Advanced JavaScript 3: Objects, Collections, Functions

This course is part of Advanced JavaScript Specialization

Instructor: Tom Chant

What you'll learn

  •   Custom objects in JavaScript, including inheritance, method usage, and private property control.
  •   Advanced JavaScript patterns for handling collections, functions, and generators, enabling efficient data management and optimized code execution.
  •   Function techniques such as closures, recursion, and debouncing, improving the performance and scalability of your code.
  • Skills you'll gain

  •   Data Management
  •   Performance Tuning
  •   Object Oriented Programming (OOP)
  •   Software Design Patterns
  •   Javascript
  •   Data Structures
  • There are 3 modules in this course

    There are 3 sections in this course: 1. Creating Custom Objects: Learn how to create custom objects using factory functions, constructor functions, and classes. Explore inheritance via the prototype chain, the use of methods like apply(), call(), and static methods, as well as defining getters, setters, and private fields for controlled property access. 2. Collections and Symbols: Discover efficient data management with JavaScript’s Map and Set collections, and explore Symbols, a unique, immutable data type for private or globally unique properties in objects. 3. Advanced Function Patterns and Generators: Master advanced function techniques including closures, IIFE’s, and recursion. Learn about throttling and debouncing to optimize function execution, and use generators to create controlled iterable sequences. By the end of the course, you’ll have a wealth of knowledge on modern JS techniques and patterns, giving you the ability to write more efficient, scalable code.

    Collections and Symbols

    Advanced Function Patterns and Generators

    Explore more from Software Development

    ©2025  ementorhub.com. All rights reserved