├── 1.js ├── 2.js ├── 3.js ├── 4.js ├── README.md └── screenshots ├── browser.png └── node.png /1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/1.js -------------------------------------------------------------------------------- /2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/2.js -------------------------------------------------------------------------------- /3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/3.js -------------------------------------------------------------------------------- /4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/4.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/screenshots/browser.png -------------------------------------------------------------------------------- /screenshots/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EastBayJS/javascript-puzzles/HEAD/screenshots/node.png --------------------------------------------------------------------------------