JavaScript - The Complete Guide (Beginner + Advanced)
Modern JavaScript from the beginning - all the way up to JS expert level! THE must-have JavaScript resource in 2020.
Watch Promo Enroll in Course
JavaScript is THE most important programming language you need to learn as a web developer - and with this course, you make sure that you will not miss a single thing you have to know as a JavaScript developer!
This is the most comprehensive and modern course you can find on JavaScript - it's based on all my JavaScript knowledge AND teaching experience. It's both a complete guide, starting with the core basics of the language, as well as an extensive reference of the JavaScript language and environment, ensuring that both newcomers as well as experienced JavaScript developers get a lot out of this course!
It's a huge course because it's packed with important knowledge and helpful content. From the core basics, over advanced concepts and JavaScript specialties, all the way up to expert topics like performance optimization and testing - this course has it all. My goal was to create your go-to resource for the JavaScript language, which you can not just use for learning it but also as a resource you can come back to and look up important topics.
The course is based on my experience as a long-term JavaScript developer as well as a teacher with more than 1,000,000 students online. It's packed with examples, demos, projects, assignments, quizzes and of course videos - all with the goal of giving you the best possible way of learning JavaScript.
What's in the course?
This course is obviously packed with content - I therefore strongly recommend that you check out the full course curriculum to get a clear idea of all the topics covered in the course. In general, here's what you'll find in the course:
- Modern JavaScript from the start: The JavaScript syntax changed over time - in this course, you'll learn the latest syntax from the start (you'll also learn about the old one though, so that you can work in ANY JS project)
- ALL the Basics: Variables, constants, functions, how scripts are loaded etc
- Arrays & Objects: We'll explore these very important data structures in great detail
- Control Structures: Understand how to run code conditionally and in loops
- A look behind the Scenes: How JavaScript engines work behind the scenes and what that means for us
- Deep dives into Core Concepts: ALL the special things about JavaScript function, different syntaxes
- Working with the DOM: How to manipulate web pages dynamically via JavaScript (including deep dives and different use-cases)
- Events in JavaScript: Learn how to listen to a broad variety of events (e.g. drag & drop) and execute appropriate code
- Classes & Object-oriented Programming: Learn how to work with classes, prototypes, the "this" keyword, constructor functions and much more
- Asynchronous and Synchronous Programming: We'll explore callbacks, promises, async/ await and other important tools and language features to execute code correctly
- Http Requests: Learn how to send Http requests via JavaScript
- Tooling, Optimizations & Browser Support: Code splitting, producing small code and ensuring that scripts work in all browsers - this matters and hence is covered in great detail
- Libraries & Frameworks: Learn about libraries like Axios or frameworks like React.js - why they matter and how to use them
- Node.js: Whilst focusing on the browser-side for the majority of the course (because the syntax is the same), we'll also have a dedicated section on Node.js to learn all about that JS host environment
- Security & Performance Optimizations: Of course security matters, so does performance - no surprise that both is covered in the course!
- Automated Testing: Testing manually is hard work and can be unreliable - in this course you'll also get an introduction into automated testing
Who this course is for:
- Beginner web development students who have no or only little JavaScript experience
- Also developers who know the basics about JavaScript and want to deepen their knowledge
- Advanced JavaScript developers who want to learn more about the nitty-gritty details and dive into advanced concepts
- Everyone interested in learning JavaScript and all about how it works
50+
hours
600+
lessons
Course Curriculum
-
PreviewIntroduction (1:50)
-
PreviewWhat is JavaScript? (3:44)
-
PreviewJavaScript in Action! (8:57)
-
PreviewJoin our Online Learning Community
-
PreviewHow JavaScript Is Executed (3:14)
-
PreviewDynamic vs Weakly Typed Languages (3:24)
-
PreviewJavaScript Runs In A Host Environment (4:40)
-
PreviewCourse Outline - What Is In The Course? (6:00)
-
PreviewHow To Get The Most Out Of This Course (2:32)
-
PreviewUsing Course Resources
-
PreviewJavaScript vs Java (4:02)
-
PreviewA Brief History Of JavaScript (6:03)
-
PreviewSetting Up a Development Environment (11:12)
-
PreviewCourse FAQs
-
StartThe Academind Pro Referral Program
-
StartModule Introduction (1:17)
-
StartSetting Up the Project (4:25)
-
StartMore on Version Control & Git
-
StartAdding JavaScript to the Website (6:42)
-
StartIntroducing Variables & Constants (5:17)
-
StartDeclaring & Defining Variables (7:10)
-
StartWorking with Variables & Operators (6:17)
-
StartQuiz 1: Variables & Operators
-
StartUnderstanding the Starting Code (1:21)
-
StartData Types: Numbers & Strings (Text) (6:00)
-
StartUsing Constants (5:11)
-
StartMore on Strings (15:51)
-
StartQuiz 2: Data Types & Constants
-
StartAssignment - Variables, Constants, Operators & Core Data Types (Problem) (3:20)
-
StartAssignment - Variables, Constants, Operators & Core Data Types (Solution) (4:57)
-
StartIntroducing Functions (5:50)
-
StartAdding A Custom Function (11:22)
-
StartCode Styles, Conventions & Syntax
-
StartReturning Values (4:31)
-
StartThe (Un)Importance of Code Order (4:34)
-
StartAn Introduction to Global & Local Scope (5:31)
-
Start"Shadowed Variables"
-
StartMore about the "return" Statement (2:24)
-
StartExecuting Functions "Indirectly" (11:10)
-
Start"Indirect" vs "Direct" Function Execution - Summary
-
StartQuiz 3: Functions & Scope
-
StartAssignment - Functions (Problem) (2:37)
-
StartAssignment - Functions (Solution) (6:40)
-
StartConverting Data Types (6:14)
-
StartMixing Numbers & Strings
-
StartSplitting Code into Functions (5:49)
-
StartConnecting all Buttons to Functions (7:43)
-
StartWorking with Code Comments (4:09)
-
StartMore Operators! (6:39)
-
StartMore Core Data Types! (4:31)
-
StartUsing Arrays (8:53)
-
StartCreating Objects (6:02)
-
StartAccessing Object Data (2:51)
-
StartQuiz 4: Arrays & Objects
-
StartAdding a Re-Usable Function That Uses Objects (5:24)
-
Startundefined, null & NaN (6:20)
-
StartThe "typeof" Operator (3:11)
-
StartQuiz 5: "undefined", "null" & "NaN"
-
StartImporting Scripts Correctly with "defer" & "async" (14:37)
-
StartWrap Up (2:13)
-
StartUseful Resources & Links
-
StartModule Introduction (1:28)
-
StartEfficient Development & Debugging - An Overview (3:18)
-
StartConfiguring the IDE Look & Feel (2:25)
-
StartUsing Shortcuts (4:12)
-
StartWorking with Auto-Completion & IDE Hints (4:34)
-
StartInstalling IDE Extensions (2:04)
-
StartTweaking Editor Settings (2:15)
-
StartUtilizing Different IDE Views (1:41)
-
StartFinding Help & Working with MDN (5:53)
-
StartThe ECMAScript Standard
-
StartHow to "google" Correctly (1:44)
-
StartDebugging JavaScript - An Overview (3:17)
-
StartAn Error Message! No Reason To Panic! (4:46)
-
StartUsing console.log() to look "into the Code" (3:49)
-
StartNext-Level Debugging with the Chrome Devtools & Breakpoints (8:20)
-
StartTesting Code Changes Directly in the Devtools (2:05)
-
StartDebugging Code directly Inside VS Code (4:55)
-
StartWrap Up (1:22)
-
StartUseful Resources & Links
Course Prerequisites
NO prior JavaScript knowledge is required
Basic web development knowledge is recommended
Basic understanding of HTML and CSS helps but is NOT required
All pre-requisites are covered by courses in our "Academind Pro" Membership.
Don't take my word for it - here's what other students are saying.
Christopher Onowu
It's been a great experience walking with Max through this JavaScript course. He takes his time to explain every bit of the concept used, how things work and why not and above all he doesn't assume anything or take the basics for granted!!! Kudos MAX!!!
Eduardo Raygoza
Really loved the course. Great teaching style and topics. Definitely the best JS course i've ever taken.
Petra
Easy to follow the steps in video, great explanation and good English pronunciation, I can understand really good and I am not native English speaker.
30 Day Money Back Guarantee - No Questions Asked!
Our courses helped thousands of students learn something new and improve their lives.
We're so convinced by our course quality that we guarantee your success and provide a full refund within the first 30 days if you're not happy with the course.
Your Instructor
As a self-taught professional I really know the hard parts and the difficult topics when learning new or improving on already-known languages. This background and experience enable me to focus on the most relevant key concepts and topics. My track record of many 5-star rated courses, more than 2,500,000 students worldwide as well as a successful YouTube channel with 900.000 subscribers is the best proof for that.
The most rewarding experience for me is to see how people find new, better jobs, build awesome web applications, work on amazing projects or simply enjoy their hobby with the help of my content.
That's why, together with Manuel Lorenz, I founded Academind to offer the best possible learning experience and to share the pleasure of learning with our students.
Frequently Asked Questions
Join 10114 happy students!
Single-Course License
Full access to "JavaScript - The Complete Guide (Beginner + Advanced)"
$89
Access to this course only.
This is a one-time payment that grants access to this course only, not to any other courses.
Academind Pro Membership
Unlimited access to this and all other current & future courses!