Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.01 KB

File metadata and controls

38 lines (25 loc) · 2.01 KB

Eloquent-JavaScript-Excercises

Repository for code excercises found throughout the book

Eloquent JavaScript Second Edition cover

Chapters

  1. Data Structures: Objects and Arrays

  2. Higher-order Functions

  3. The Secret Life of Objects

  4. Project: Electronic Life

  5. Bugs and Error Handling

  6. Regular Expressions

  7. Modules

  8. Project: A Programming Language

  9. The Document Object Model

  10. Handling Events

  11. Project: A Platform Game

Credit

All credit for the mind behind the creation of the excercises should be given to Marijn Haverbeke, the only thing i have done is doing the excercises by myself and with a little help of the code sandbox.

I aprecciate the author of this book for the great knowledge he has passed on to us and recommend reading this book to anyone eager and curious of what programming in javascript really looks like.

---Emiliano Sotomayor (uboat46)---