Learn JavaScript on Codecademy, Objects Section, Review Lesson, JavaScript Object Review, Learn JS

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=COE0C5DUF28



Category:
Review
Duration: 1:39
54 views
2


This quick JavaScript review video is regarding Learn JavaScript on Codecademy, Objects Section, Review Lesson. This JavaScript Object Review goes over the different JavaScript object fundamentals we have been learning in the previous lessons. We go over all the object basics such as the fact that objects are stored in collections of key-value pairs. We are taught that when a property is a function, we call that a JavaScript method! Our key-value pairs are separated by commas! We learned that we are able to access, edit, or even add properties to an object by using bracket notation and dot notation. We are able to add methods to object literals by using key-value syntax and giving the value an anonymous function or by using new ES6 method syntax. By chaining operators we are able to navigate complex objects that are nested. Never forget that JavaScript objects are mutable. Pass by reference taught us that when changes are made to an object passed in as arguments, those changes are forever permanent. We last learned about the for-in loop which allows us to iterate through our objects! Make sure to practice javascript objects to really learn how to master them!




Other Videos By We Will Code


2022-03-24Advanced Objects Review, Learn JavaScript Codecademy 2022 How to Program with JavaScript Full Course
2022-03-24Using Built-in Object Methods in JavaScript, Codecademy's Learn JavaScript Built-in Object Methods
2022-03-24Destructured Assignment Explained, Learn JavaScript ES6 Destructured Assignment on Codecademy JS ES6
2022-03-24Property Value Shorthand, Advanced Objects in JavaScript, Codecademy Learn JS, ES6 Destructuring
2022-03-23What are Factory Functions, How to Create Factory Functions in JavaScript, Codecademy's Learn JS
2022-03-23JavaScript Setter Methods Explained, Examples of Setter Methods in JavaScript, Codecademy Learn JS
2022-03-22Understanding JavaScript Getter Method, Using JavaScript Getters Method, Codecademy Learn JavaScript
2022-03-22How Privacy Works in JavaScript, Codecademy Learn JavaScript Object Privacy, Object Property Privacy
2022-03-21How Arrow Functions And this Work In JavaScript, Codecademy's Advanced Objects, Free JavaScript Tips
2022-03-21Learn How The this Keyword Works in JavaScript, Advanced Objects on Codecademy, Learn JavaScript
2022-03-21Learn JavaScript on Codecademy, Objects Section, Review Lesson, JavaScript Object Review, Learn JS
2022-03-21My Newest PS5 Game 2022, Plague Tale Innocence Walkthrough, Ch 1 The de Rune Legacy Beginners Guide
2022-03-20Looping Through Objects in JavaScript on Codecademy's Learn JavaScript, How to Loop Through Objects
2022-03-20Inner Self-Healing, Zen Instrumentals, Deep Calm Meditation Music to Relax, Sounds for Healing
2022-03-19JavaScript Objects Pass By Reference, Codecademy, Passing Variables Assigned to Objects as Arguments
2022-03-19Trippy Music Instrumentals, Trippy Relaxing Music to Listen To, Calm Uplifting Beats for Sleep
2022-03-19We Will Code Live Stream
2022-03-19Accessing Nested Objects with JavaScript, Codecademy's Learn JavaScript, Array with Multiple Objects
2022-03-18Learn How to Create Object Methods in JavaScript, Writing Object Methods In JavaScript on Codecademy
2022-03-18Object Property Assignment in JavaScript, Codecademy's Learn JavaScript Assign Objects Properties
2022-03-18Using Bracket Notation to Access Object Property, How to Access Object Properties, Bracket Notation



Tags:
Coding
ES6
JS
JavaScript
Programming
Tutorials