https://github.com/enricodeleo/eloquent-javascript-excercises
https://github.com/enricodeleo/eloquent-javascript-excercises
excercises javascript nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enricodeleo/eloquent-javascript-excercises
- Owner: enricodeleo
- Created: 2016-01-31T20:38:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T23:22:51.000Z (over 9 years ago)
- Last Synced: 2025-01-19T23:49:18.829Z (5 months ago)
- Topics: excercises, javascript, nodejs
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions to "Eloquent Javascript" Excercises
My solutions to the excercises of the book [Eloquent Javascript](http://eloquentjavascript.net/);
I'm not in any way related to the (very good) author of the book or the book itself.
I just decided to spend one hour playing with fundamentals of Javascript.I find very useful to reinforce the basics of a language from time to time, and this was a good opportunity to do so. Maybe someone will find this examples useful as a reference, or can improve, suggest or blame me for this collection:)
# Try it
These excercises work both in Nodejs or in the Browser.
## Browser
Try including a script in a page or copy/paste the functions within a javascript console.
## Nodejs
You can run the script in a shell typing, for example
```bash
node chapters/1/1.js
```