DEV Community

Cover image for 4 Free javascript eBooks for beginners
Dylan Britz
Dylan Britz

Posted on • Originally published at dylanbritz.com

 

4 Free javascript eBooks for beginners

4 Free javascript eBooks you need!

Check out these four free javascript eBooks you need to level up your JS game. They are all free and go super in-depth. They are great for beginners as well as more advanced developers.

1. Javascript.info

From the basics to advanced topics with simple, but detailed explanations. A complete tutorial on everything javascript. This eBook is split into three parts, the first one covers the core language and everything that comes with it. The second part dives into the Browser and interacting with interfaces using JS. The last part is a List of extra topics that assume you've covered the first two parts of the tutorial.

javascript.info

2. You Don't know javascript

This is is probably my favourite and the most fun to read, the author did a great job at creating this eBook. YDKJS is a series of books diving deep into the core mechanisms of the JavaScript language. This is a must for every developer! It reads easy and makes JS easier to learn and understand! Highly recommend.

YDKJS

3. Javascript questions

From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! This covers some questions you can expect in a javascript interview, it is available in 19 different languages. And there are over 100 different questions with answers 🤯

javascript-questions

4.The definitive Node.js handbook

This handbook is a getting started guide to Node.js, the server-side JavaScript runtime environment. It covers everything vanilla in node.js as well as popular libraries used today. If you're looking to get into the backend with javascript I highly recommend keeping a shortcut to this handbook. it's very handy.

The definitive Node.js handbook

Thanks for checking this out if you find any of the above resources helpful please consider supporting the original authors.

Top comments (1)

Collapse
 
techguy profile image
Arun

Great List. JavaScript Succinctly Free Ebook missing here.

Visualizing Promises and Async/Await 🤯

async await

Learn the ins and outs of Promises and Async/Await!