https://github.com/cristianprochnow/eloquent-javascript-exercises
⚡ Exercises from the book Eloquent JavaScript - Third Edition.
https://github.com/cristianprochnow/eloquent-javascript-exercises
eloquent-javascript exercises javascript learning
Last synced: 23 days ago
JSON representation
⚡ Exercises from the book Eloquent JavaScript - Third Edition.
- Host: GitHub
- URL: https://github.com/cristianprochnow/eloquent-javascript-exercises
- Owner: cristianprochnow
- License: mit
- Created: 2020-09-07T02:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T02:33:47.000Z (over 5 years ago)
- Last Synced: 2025-02-02T13:15:38.447Z (over 1 year ago)
- Topics: eloquent-javascript, exercises, javascript, learning
- Language: JavaScript
- Homepage: https://eloquentjavascript.net
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :zap: Eloquent JavaScript
**Exercises from the book [Eloquent JavaScript - Third Edition][book-url].**
[![Eloquent JavaScript][book-image]][book-url]
# :bookmark: Chapters
| Part | Chapter | Exercises |
| --- | --- | --- |
| 1: Language | [Introduction][chapter-0-url] | :x: |
| 1: Language | [Values, Types, and Operators][chapter-1-url] | :x: |
| 1: Language | [Program Structure][chapter-2-url] | :link: [Here][chapter-2-folder] |
[book-image]: ./.github/eloquent-javascript-cover.jpg
[book-url]: https://eloquentjavascript.net/
[chapter-0-url]: https://eloquentjavascript.net/00_intro.html
[chapter-1-url]: https://eloquentjavascript.net/01_values.html
[chapter-2-url]: https://eloquentjavascript.net/02_program_structure.html
[chapter-2-folder]: ./program-structure/