Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Recursion for the Rest of Us

A set of recursion exercises to go with the videos on https://www.crowdcast.io/e/nyjs-2.

Getting Started

Modify recursions.js.

Running the Tests

Open SpecRunner.html in your browser.

Online Version

  1. Go to: https://hyperdev.com/#!/project/palm-goat.

  2. Click the Remix project button.

  3. Modify public/_recursions.js under the front-end folder.

  4. Hit the Show Live button to run your tests.