Skip to content

An example in TypeScript of getting a Fibonacci sequence with and without recursion.

Notifications You must be signed in to change notification settings

faddah/fibonacci-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example in TypeScript of getting a Fibonacci sequence with and without recursion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published