Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 536 Bytes

File metadata and controls

executable file
·
18 lines (11 loc) · 536 Bytes

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.