Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 191 Bytes

ex_69.md

File metadata and controls

6 lines (5 loc) · 191 Bytes

Exercise 69

  • Create a new index69.js file
  • Use while structure to sum numbers between 0 and 1000
  • Use a variable to store the sum of all numbers
  • Show the partial result as output too