Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 203 Bytes

ex_99.md

File metadata and controls

6 lines (5 loc) · 203 Bytes

Exercise 99

  • Create a new index99.js file
  • Add all even numbers bettwen 0 and 1000 using for statement
  • The iteration must break after finding the first 20 even numbers
  • Show the result as output