64 Free Javascript Ebooks and Tutorials

by John | Nov 25, 2020 | Programming, Top Compilations | 0 comments

JavaScript is a programming language commonly used in web development. It was originally developed by Netscape as a means to add dynamic and interactive elements to websites. Like server-side scripting languages, such as PHP and ASP, JavaScript code can be inserted anywhere within the HTML of a webpage. Javascript is also a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.

In many ways, JavaScript is one of the easiest programming language to learn as your first language. The way that it functions as an interpreted language within the web browser means that you can easily write even the most complex code by writing it a small piece at a time and testing it in the web browser as you go.

One of most common question that is frequently asked is the difference between Javascript and Java. JavaScript is a (very) distant cousin of Java in that it is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java. It is easier for the average weekend warrior to understand.

In this post, we’ve compiled 64 Javascript ebooks, online documents, guides and tutorials for your reference or learning needs. The skill level of each sources vary from low to high, so feel free to pick whichever that fits your requirements. Have fun coding!

64 Free Javascript Ebooks and Tutorials

  1. Advanced JavaScript Tutorial by S. Baring-Gould
  2. An Introduction to libuv by Dan Sos
  3. Angular 2 Succinctly by Richard Marsh
  4. AngularJS Succinctly by Illise Montoya
  5. Aurelia Succinctly by Robert R. Best
  6. Building Front-End Apps with AngularJS and Parse.com by Marn
  7. Building Front-End Web Apps with Plain JavaScript by William Long aka Weeble
  8. CoffeeScript Cookbook by H.P. Lovecraft
  9. Core JavaScript Guide by M.J. Moore
  10. D3 Tips and Tricks: Interactive Data Visualization in a Web Browser by Timothy Sparklin
  11. DOM Enlightenment by Anton Shine
  12. ECMAScript 6 Succinctly by Al Bruno III
  13. Eloquent JavaScript: An opinionated guide to programming by Kitt Moss
  14. Essential JavaScript and jQuery Design Patterns by Guy Matte
  15. Event Handlers and Callback Functions by Dark Icon
  16. Exploring ES6: Upgrade to the Next Version of JavaScript by Jaeger
  17. Gulp Succinctly by Michael Hughes
  18. Higher Order Programming in JavaScript by Rebekah Webb
  19. Human JavaScript by Berber
  20. Introduction to JavaScript by Scott Scherr
  21. JavaScript by Bram Stoker
  22. JavaScript Allongé by Jane Doe
  23. JavaScript Authoring Guide by Nippoten
  24. JavaScript Enlightenment by Justin L. Dew
  25. JavaScript Essentials by Alan P. Scott
  26. Javascript FAQ by Slade Womack
  27. JavaScript for the Total Non-Programmer by Mary Shelley
  28. JavaScript Guide by Mike
  29. JavaScript Reference by Jim Bronyaur
  30. JavaScript Reference Mirror by H.P. Lovecraft
  31. JavaScript Succinctly by T.M. Nielsen
  32. JavaScript Tutorial by Kirk Allmond
  33. JavaScript User’s Guide by j. kelly
  34. JavaScript: The Right Way by Mark Fuller Dillon
  35. jQuery Cookbook by Al Bruno III
  36. jQuery Fundamentals by MedleyMisty
  37. jQuery Succinctly by Al Bruno III
  38. JScript Language Reference by Kitt Moss
  39. Keystone.js Succinctly by Kody Boye
  40. Knockout.js Succinctly by William Hope Hodgson
  41. Leaflet Tips and Tricks by Maureen T.
  42. Leaflet.js Succinctly by Chris George
  43. Learning JavaScript Design Patterns by Mikhail Bonch-Osmolovskiy
  44. Mastering Node by Wildbow
  45. Mastering Node.js by Darren Pillsbury
  46. Mixu’s Node book by Thomas Knapp and Mary Ebert
  47. Modern Web Essentials Using JavaScript and HTML5 by Scott McKenzie
  48. Node.js Succinctly by Shroudphoenix
  49. Object Oriented Programming in JavaScript Extending Objects and Classes by Various Authors
  50. Object Oriented Programming in JavaScript Extending Objects and Classes Inheritance by Michael Litzky
  51. Object Oriented Programming in JavaScript Extending Objects and Classes Methods by Michael Cooper
  52. ppk on JavaScript by Scared
  53. React.js Succinctly by Chris George
  54. Smooth CoffeeScript by Emma Mohr
  55. Speaking JavaScript by SamNye
  56. SurviveJS – Webpack and React by Jeff Inlo
  57. Testing with CoffeeScript by Kashii
  58. The Little Book on CoffeeScript by tim the younger
  59. The Node Beginner Book by Qorvus
  60. The Ugly JavaScript Book by Sir Arthur Conan Doyle
  61. TypeScript for C# Programmers by Candace McBride
  62. TypeScript Succinctly by Melanie Edmonds
  63. Understanding ECMAScript 6 by Cliff Burns
  64. You Don’t Know JS by Christopher Buecheler