Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 241 Bytes

ex_104.md

File metadata and controls

6 lines (5 loc) · 241 Bytes

Exercise 104

  • Create a new index104.js file
  • Define a fibonacci variable and assign a function value
  • When executing the fibonacci function it will print the 10 first fibonacci sequence numbers as output
  • Execute this function 3 times