I am currently working through the JavaScript Data Structures, which should help me discover the foundational building blocks of JavaScript. This course covers objects, arrays, and crucial programming principles, becoming proficient in the fundamental structures that form the basis of contemporary web development. I’ve completed section 1, and am currently halfway through section 2.
- Introduction and Prerequisites
- Objects Fundamentals
- Understanding Objects
- Object Creation
- Nested Properties
- Challenge: Creating an Object
- Accessing Object Properties
- Challenge: Accessing Object Properties
- Working with Properties
- Challenge: Modifying and Extending Object
- Object Methods
- Properties in Methods
- Challenge: Working with Object Methods
- Object Fundamentals Sum Up
- Advanced Object Manipulation
- Mastering Arrays
- Advanced Array Operations