1.0.11 • Published 5 years ago
multiplication-table v1.0.11
Multiplication Table package gives product Table. This gives product as CallBack.
*Example Usage
var nultiplicationTable = require("multiplication-table");
multiplicationTable.MultiplicationTable(num, range)
.then(result => {
console.log(result)
})
}
Sample Output
2 * 1 = 2
2 * 2 = 4
2 * 3 = 6
2 * 5 = 10
2 * 6 = 12
2 * 7 = 14
2 * 8 = 16
2 * 9 = 18
2 * 10 = 20