@shettyadvithk/multitable
v1.0.1
Published
To return a string of multiplication table of a number upto 10.
Downloads
2
Readme
Multiplication Table
To return a string of multiplication table of a number upto 10.
Install
npm install @shettyadvithk/multitable
Usage
var str = multiTab(number)
Create a variable to store the return value.
console.log(str)
Display the multiplication table.