An open API service indexing awesome lists of open source software.

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.

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/