Book recommendations for JavaScript

Hello I just wanted to find out people’s opinions and recommendations.
I’m looking for a book on JavaScript to study and reference.

Hello and welcome back!

I found the following on the freeCodeCamp news.

It could be exactly what you are looking for to study and help with JavaScript.

Happy coding! :slight_smile:

Hello!

I got the link to a great collection of free eBooks covering everything from Angular to TypeScript, even old languages like Perl. There’s also a 400 page book on JavaScript:

https://books.goalkicker.com/
https://books.goalkicker.com/JavaScriptBook/

https://exploringjs.com/index.html

https://eloquentjavascript.net/

JavaScript: The Definitive Guide – David Flanagan.
It teaches you to dive from the root of JavaScript to different parts of the language. These parts are:

  • Building powerful web applications
  • An in-depth exploration of JS and web platforms API features
  • And many more

The latest is the seventh edition. Each new version comes with more features and an updated version of the previous edition. The sixth edition of this book included HTML5, ECMAScript concepts, etc. Suppose you are interested in web application development and want to know about JavaScript beyond the basics. In that case, you can go for it.

Thanks for this books, i I was looking for information about books

When it comes to learning JavaScript, a highly recommended book is “Eloquent JavaScript” by Marijn Haverbeke. It’s widely appreciated for its clarity and in-depth coverage of the language, making it a great choice for both beginners and those looking to deepen their understanding.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.