Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Micro Learning JavaScript: Core Concepts
New
100 students

Micro Learning JavaScript: Core Concepts

Learn the core concepts of javascript in motion graphics
Last updated 6/2026
English

What you'll learn

  • Understanding implicit and explicit coercion
  • How to control the order in which code is executed
  • All about functions, arrays, and objects
  • Events and the DOM

Course content

1 section18 lectures1h 25m total length
  • Welcome5:05
  • The browser console1:57
  • Implicit coercion3:40
  • Explicit coercion1:51
  • Control flow6:06
  • Objects4:18
  • Objects (in-depth)5:45
  • Functions6:15
  • Functions (in-depth analysis)4:05
  • Constructors4:54
  • Arrays3:22
  • Array functions5:15
  • Classes5:54
  • The DOM4:51
  • Events7:12
  • async and defer3:13
  • Objects: new features6:13
  • Objects: advanced concepts5:24

Requirements

  • Basic JavaScript, HTML and CSS knowledge

Description

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.

Who this course is for:

  • Beginner and intermediate JavaScript developers