To return a string of multiplication table of a number upto 10.
npm install @shettyadvithk/multitableTo return a string of multiplication table of a number upto 10.
var str = multiTab(number)
`Create a variable to store the return value.
`console.log(str)
``