Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 203 Bytes

File metadata and controls

14 lines (13 loc) · 203 Bytes

Exercise 96

  • Create a new index96.js file
  • Write the code to show numbers bettwen 0 and 10000 using for
  • The numbers need to be incremented by 10

Example:

0
10
20
30
and so on ...
10000