Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

JavaScript Objects Explained - JavaScript Objects Tutorial

Dave Gray via YouTube

Overview

Learn the fundamentals of JavaScript objects in this comprehensive tutorial video. Explore key concepts including object creation, property access, method implementation, inheritance, and destructuring. Discover how to utilize dot notation and bracket notation, work with the 'this' keyword, and employ Object.create() for object construction. Gain insights into object manipulation techniques such as using Object.keys(), Object.values(), and for...in loops. Master property deletion, the hasOwnProperty() method, and various destructuring techniques to enhance your JavaScript programming skills.

Syllabus

Intro
Objects have key-value pairs
How to create an object
How to access a property of an object
What data goes inside of an object?
How to create object properties
How to access the different properties of an object
Objects allow dot notation and bracket notation
How to create object methods
How to call an object method
The keyword this inside of a method
Object.create
Using an object as a constructor for another object
Object Inheritance and examples of inheritance
Object.keys
Object.values
Using a for in loop to loop through an object
Deleting a property or method
hasOwnProperty method
Destructuring Objects as variables
Simplify destructuring by naming variables the same as object keys
Destructuring Objects as parameters

Taught by

Dave Gray

Reviews

Start your review of JavaScript Objects Explained - JavaScript Objects Tutorial

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.