Pricing
Learn
Code
Deploy
More
table of 5
1621
1 year ago by
Vikhyath
let n = 5;
for(let i = 1; i <= 10; ++i)
console.log(n+ "
" +i+ "=" + n
i);