Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 202 Bytes

ex_98.md

File metadata and controls

6 lines (5 loc) · 202 Bytes

Exercise 98

  • Create a new index98.js file
  • Add all the numbers bettwen 0 and 1000 using for statement
  • The iteration must break if the partial result is bigger than 400
  • Show the result as output