Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 296 Bytes

FibonacciSequence

The fibonacci sequence generation in Javascript, with the unit tests written in Jest.

To run the code using Node Js, execute the following command in main directory:

node main.js

To run the specs for the project, execute the following command:

npm run test