In the code below we have a variable number with a numeric value.
number
Use a loop to run console.log to generate a multiplication table of that number.
console.log
Ex: number = 2;
output: 2 x 1 = 2 2 x 2 = 4 ... 2 x 10 = 20
© 2024 - ®Mewters