
Welcome to Micro Learning JavaScript: Core Concepts.
In this course, we will study the fundamental concepts of the JavaScript language.
JavaScript is one of the three core pillars of front-end web development, alongside HTML and CSS, and provides the logic that makes web applications dynamic, interactive, and responsive to user actions.
Who is the course for?
JavaScript Micro-learning: Core Concepts course is suitable for for beginner and intermediate JavaScript programmers.
Key Topics Covered in this course:
- How to work with DevTools, a powerful suite of utilities designed to inspect, debug, analyze, and optimize web applications;
- Deep dive into implicit and explicit Coercion: the process by which a value is converted from one type to another;
- Functions as levels of abstraction: beyond their purely technical role, functions play an important part in improving the structure, clarity, and long-term maintainability of JavaScript programs;
- The prototype chain and prototypal inheritance;
- Learn how to work with classes;
- The difference between Built-in objects and Browser APIs;
- Arrays, Functions, and Objects: we will explore these topics in depth;
- How to create objects using special functions known as constructors;
- Working with the DOM to manipulate web pages dynamically;
- How to capture and manage events;
This course is entirely delivered through motion graphics, providing a fast, clear, and streamlined way to learn the fundamental concepts of JavaScript.