1. Home
  2. JavaScript
  3. Online Courses

JavaScript Online Courses

The Complete JavaScript Course 2023: From Zero to Expert!
The Complete JavaScript Course 2023: From Zero to Expert!
  • Jonas Schmedtmann
  • 4.73
  • 69 hrs
  • 320 lectures

The modern JavaScript course for everyone! Master JavaScript with projects, challenges and theory. Many courses in one! Learn more »

JavaScript: Understanding the Weird Parts
JavaScript: Understanding the Weird Parts
  • Anthony Alicea
  • 4.76
  • 12 hrs
  • 89 lectures

An advanced JavaScript course for everyone! Scope, closures, prototypes, 'this', build your own framework, and more. Learn more »

Modern JavaScript From The Beginning
Modern JavaScript From The Beginning
  • Brad Traversy
  • 4.66
  • 21.5 hrs
  • 122 lectures

Learn and build projects with pure JavaScript (No frameworks or libraries) Learn more »

JavaScript - The Complete Guide 2023 (Beginner + Advanced)
JavaScript - The Complete Guide 2023 (Beginner + Advanced)
  • Maximilian Schwarzmüller
  • 4.64
  • 52 hrs
  • 617 lectures

Modern JavaScript from the beginning - all the way up to JS expert level! THE must-have JavaScript resource in 2023. Learn more »

The Modern JavaScript Bootcamp
The Modern JavaScript Bootcamp
  • Andrew Mead
  • 4.69
  • 29.5 hrs
  • 155 lectures

Learn JavaScript by building real-world apps. Includes 3 real-world projects, 80 programming challenges, and ES6/ES7! Learn more »

The Complete Full-Stack JavaScript Course
The Complete Full-Stack JavaScript Course
  • Joseph Delgadillo
  • 4.44
  • 24.5 hrs
  • 96 lectures

Learn full-stack web development using JavaScript (ReactJS, NodeJS, LoopbackJS, Redux and Material-UI)! Learn more »

Object-oriented Programming in JavaScript
Object-oriented Programming in JavaScript
  • Mosh Hamedani
  • 4.72
  • 4 hrs
  • 64 lectures

Learn all about OOP, understand the most confusing parts of JavaScript and prepare for technical interviews Learn more »

Recommended books

JavaScript books

JavaScript: The Good Parts

by Douglas Crockford4.23

This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Learn more »

Head First JavaScript Programming

by Eric Freeman, Elisabeth Robson4.25

This brain friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. Learn more »

Rediscovering JavaScript: Master ES6, ES7, and ES8

by Venkat Subramaniam4.04

You've found the right book to get started quickly and dive deep into the essence of modern JavaScript. Learn practical tips to apply the elegant parts of the language and the gotchas to avoid. JavaScript is a black swan that no one, including the author of the language, thought would become a popular and ubiquitous language. Learn more »

Secrets of the JavaScript Ninja

by John Resig4.19

If you're serious about web development, it's not enough to be a decent JavaScript coder. You need to be ninja-stealthy, efficient, and ready for anything. This book shows you how. Learn more »

Popular categories

  • Python
  • AWS
  • Kubernetes
  • Java
  • JavaScript
  • DevOps
  • Docker
  • NodeJS

Popular frameworks

  • Spring Boot
  • Django
  • Laravel
  • React
  • Symfony
  • Akka
  • Flutter
  • Quarkus

Useful tutorials

How to merge two dictionaries in Python?

Python makes merging two dictionaries easy. Below you can find an example created directly in the Python interpreter. It defines two dictionaries, a and b, and then it creates a new dictionary c by merging two previously created dictionaries. Learn more »

How to install multiple Java versions on Linux, MacOS, or WSL2?

Ever wondered how to install multiple Java (JDK) versions on your operating system? There is one tool that does it very well - SDKMAN. Learn more »

© 2021 howtolearn.blog

Disclosure: Some of the links on that page are affiliate links - if you go through them to make a purchase, we will earn small commission. No extra cost on your side.