Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 235 Bytes

ex_103.md

File metadata and controls

6 lines (5 loc) · 235 Bytes

Exercise 103

  • Create a new index103.js file
  • Define a evenNumbers variable and assign a function as value
  • When executed the evenNumbers function will print even numbers between 0 and 100 as output
  • Execute this function 5 times