Skip to content

Commit

Permalink
Merge pull request #16 from vanessamarely/add-books
Browse files Browse the repository at this point in the history
Add book suggestions about free JavaScript books
  • Loading branch information
vanessamarely authored Jul 22, 2024
2 parents 26c2a36 + 94bf375 commit f723f1f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Libros-JavaScript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Libros de JavaScript

## Libros en Español

- [JavaScript, ¡Inspírate!](https://leanpub.com/javascript-inspirate)
- [Cómo ser front-end sin fallar en el intento](https://www.amazon.com/C%C3%B3mo-ser-front-end-fallar-intento-ebook/dp/B08GL1ZZCQ)

## Libros en Inglés

- [You Don't Know JS Yet](https://github.com/getify/You-Dont-Know-JS) by Kyle Simpson
- [Eloquent JavaScript](https://eloquentjavascript.net/) by Marijn Haverbeke
- [JavaScript: The Good Parts](https://www.oreilly.com/library/view/javascript-the-good/9780596517748/) by Douglas Crockford

## Libros de Axel Rauschmayer

- [Exploring ES6](https://exploringjs.com/es6/)
- [Exploring ES2016 and ES2017](https://exploringjs.com/es2016-es2017/)
- [Exploring ES2018](https://exploringjs.com/es2018/)
- [Exploring ES2019](https://exploringjs.com/es2019/)
- [Exploring ES2020](https://exploringjs.com/es2020/)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Existen muchas rutas de aprendizaje en internet, algunas incluso son generadas p
## [Otros](otros.md)

## [Libros](Libros.md)
### [Libros de JavaScript](Libros-JavaScript.md)


# Soporte a los recursos 🆘
Expand Down

0 comments on commit f723f1f

Please sign in to comment.