Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 273 Bytes

ex_28.md

File metadata and controls

7 lines (6 loc) · 273 Bytes

Exercise 28

  • Create a new index28.js file
  • Define a number variabe and assign the following value: 9
  • Using the number variable show the multiplication table from 1 to 10
    • Example: 9 times 1 equals 9
    • Use string concatenation for each output and console.log()