Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 441 Bytes

Euler-Problems

A simple Express project to view and run solutions to the project Euler exercises.

Run the node file under bin/www to launch the project.

Each solution is housed in it's own JS file under the /public/javascripts/euler folder.

Solutions all use vanilla javacript (ES6 syntax).

All were solutions tested on the latest version of the Chrome browser. (not all features from the ES6 syntax will work on other browsers)