Loops - Multiplication Table

In the code below we have a variable number with a numeric value.

Use a loop to run console.log to generate a multiplication table of that number.

Ex: number = 2;

output: 2 x 1 = 2 2 x 2 = 4 ... 2 x 10 = 20

Loading...
Loading...

© 2024 - ®Mewters