This is the repository for the LinkedIn Learning course Javascript Algorithms: Recursion. The full course is available from [LinkedIn Learning][lil-course-url].
- index.html
- counter.js
- isCommutative.js
- sum.js
- To use these exercise files, you must have one of the following installed:
- an updated browser ( Chrome, Firefox, etc. )
- nodejs
- Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
- If you want to interact with program via browser
- open the index.html file in your favorite browser
- inspect the page
- If you want to interact via terminal
- navigate your terminal to the project folder
run node nameOfTheFile.js