README
Installation
npm install any-table
Require Module
const table = require('any-table');
Calculation
- table takes two arguments (number,times)
- number -> the number you want to multiply
- times -> how many times you want to multiple of a number.
console.log(table(5,10))
Video Tutorial
Coming Soon.....