Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 741 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 741 Bytes

Fibonacci Sequence With And Without Recursion Example

  • First, in a Terminal/Command line in the directory you cloned this repository, run: $ npm install.
  • If you wish to make code changes and recompile them, from another Termainl/Command line tab in the directory you cloned this repository, run: $ tsc -w.
  • To run this example in a browser, from the Terminal/Command line, run: $ npm start. Then, for the web address that will be shown in the Terminal, option-click on it to open the page in your default browser.
  • To end the session, Ctrl-C in the Terminal where it's running.
To see this Example running on my CodePen: 🖱️ 🐁 👉 click here