Formatting and added a new source (#23569)
* Formatting and added a new source The bold I guess wasn't showing up so did some formatting there and numbered the sources too. Added one new source. * build: added updated package.json * temp rename of file * Rename index.md to index.mdd * fix: corrected index.md * Update package.json
This commit is contained in:
committed by
Randell Dawson
parent
2ca9bdea23
commit
f664d8c881
@ -1,45 +1,44 @@
|
||||
---
|
||||
title: Books on JavaScript
|
||||
---
|
||||
## List of Books
|
||||
### List of Books
|
||||
|
||||
### Eloquent JavaScript
|
||||
1. **Eloquent JavaScript**
|
||||
|
||||
One of the best books on JavaScript. A must for both, beginners and intermediate programmers, who code in JavaScript. The best part is that the e-book is available for free.
|
||||
One of the best books on JavaScript. A must for both, beginners and intermediate programmers, who code in JavaScript. The best part is that the e-book is available for free.
|
||||
|
||||
- [E-book](https://eloquentjavascript.net/)(free)
|
||||
- [Amazon](https://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5)
|
||||
- [E-book](https://eloquentjavascript.net/)(free)
|
||||
- [Amazon](https://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5)
|
||||
|
||||
### You Don't Know JS
|
||||
2. **You Don't Know JS**
|
||||
|
||||
Six book series by Kyle Simpson. In-depth series on every aspect of JavaScript. This is a must-read for every JS developer who wants to understand exactly how things like prototypes, closures, and the `this` keyword work.
|
||||
Six book series by Kyle Simpson. In-depth series on every aspect of JavaScript.
|
||||
|
||||
- [Github](https://github.com/getify/You-Dont-Know-JS)(free)
|
||||
- [Kindle Version, Amazon](https://www.amazon.com/You-Dont-Know-Js-Book/dp/B01AY9P0P6)
|
||||
- [Github](https://github.com/getify/You-Dont-Know-JS)(free)
|
||||
- [Kindle Version, Amazon](https://www.amazon.com/You-Dont-Know-Js-Book/dp/B01AY9P0P6)
|
||||
|
||||
### JavaScript: The Good Parts
|
||||
3. **JavaScript: The Good Parts**
|
||||
|
||||
Book by the "grandfather" of JavaScript, Douglas Crockford. He discusses both the "good" and "bad" aspects of JavaScript. Note: The 1st edition of this book written in 2008 has never been updated and many of the things the book discusses are now out of date. It is good reading for someone who wants to understand why Crockford was so important to the history of JavaScript, but many of the techniques he recommends in the book are no longer best practice.
|
||||
Book by the "grandfather" of JavaScript, Douglas Crockford. He discusses both the "good" and "bad" parts of JavaScript.
|
||||
|
||||
- [Amazon](https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742)
|
||||
- [Amazon](https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742)
|
||||
|
||||
### JavaScript: Info
|
||||
4. **JavaScript: Info**
|
||||
|
||||
A collection of articles covering the basics (core language and working with a browser) as well as advanced topics with concise explanations. Available as an e-book with pay and also as an online tutorial.
|
||||
A collection of articles covering the basics (core language and working with a browser) as well as advanced topics with concise explanations. Available as an e-book with pay and also as an online tutorial.
|
||||
|
||||
- [Online](https://javascript.info/)
|
||||
- [E-book](https://javascript.info/ebook)
|
||||
- [Online](https://javascript.info/)
|
||||
- [E-book](https://javascript.info/ebook)
|
||||
|
||||
### Exploring ES6
|
||||
5. **JavaScript and JQuery: Interactive Front-End Web Development**
|
||||
|
||||
A book for people who already know JavaScript and want to learn ES6
|
||||
-[Online](http://exploringjs.com/)
|
||||
A very fun and easy book for beginners.
|
||||
|
||||
### Javascript and Jquery: Interactive Front End Web Development
|
||||
This full-color book will show you how to make your websites more interactive and your interfaces more interesting and intuitive. Author is Jon Duckett who also penned HTML & CSS: Design and Build Websites. *Does not cover ES6*
|
||||
- [Amazon](https://www.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647)
|
||||
|
||||
- [Amazon](https://www.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647)
|
||||
6. **The Complete Guide to Modern JavaScript**
|
||||
|
||||
### Other Resources
|
||||
|
||||
- A selection of online free resources; including e-books for JavaScript are available at [JS Books](https://jsbooks.revolunet.com/)
|
||||
Discover all the new features introduced to JavaScript from 2015 to 2018.
|
||||
- [Github](https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript-from-es2015-to-es2018)
|
||||
- [Amazon](https://www.amazon.com/dp/B07DGGFNS6)
|
||||
- [Leanpub](https://leanpub.com/thecompleteguidetomodernjavascript)
|
||||
|
Reference in New Issue
Block a user