Advanced JavaScript Concepts Review

Overview

With this course you are going to learn beyond just the basics like most online courses. You won't just learn patterns, techniques and best practices. You are going to understand the 'why' of the toughest part of the language, to the point that when you get asked any question about Javascript in an interview or in a meeting, you will be able to explain concepts that would truly make people see that you are a senior javascript programmer.

This course is the accumulation of years in the field, and combining the best resources, tools, and tutorials out there to create the ultimate JavaScript course that will teach you everything you need to know to be considered a Senior Javascript Developer.

Community Reviews

Sign up to review
Excellent
0
Very Good
0
Average
0
Poor
0
Terrible
0
Course

Advanced JavaScript Concepts

No Reviews

Learn modern advanced JavaScript practices and be in the top 10% of JavaScript developers

  • Javascript Engine
  • Interpreter, Compiler, JIT Compiler
  • Writing Optimized Code
  • Call Stack + Memory Heap
  • Stack Flow + Memory Leaks
  • Garbage Collection
  • Node.js
  • ES6, ES7, ES8, ES9 features
  • Single Threaded Model
  • Execution Context
  • Lexical Environment
  • Scope Chain
  • Hoisting