1.0.11 • Published 5 years ago

multiplication-table v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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
1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago