Practice Creating Object Literals in JavaScript, Codecademy Learn JavaScript, How to Create Objects

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



Category:
Tutorial
Duration: 2:20
67 views
2


In this JavaScript lesson, we look at, Practice Creating Object Literals in JavaScript, Codecademy Learn JavaScript, How to Create Objects. This lesson is from Codecademy's Learn JavaScript course. We are in the Objects section, this lesson is, "Creating Object Literals". In it, we learn how to create a JavaScript object. We learn that objects are made up of key-value pairs. We learn that the key can be seen as a variable. The key points to a specific location in memory that holds a value. We will learn more about how to access data in our objects in later lessons, but the key point of this lesson is understanding how an object is created, and that it is comprised of key-value pairs. As long as you get that so far, the next lessons should help make more sense of JavaScript objects. Make sure to practice creating your own objects to truly see how they can work. Practice creating objects in JavaScript to master programming like never before. Make sure to practice JavaScript objects in order to understand how objects work in JavaScript. Understanding that objects are enclosed in curly braces {} is vital. Also, our key is like our identifier and is followed by a colon and then our value. Values can be any data type, this is including functions and other objects as well. We will learn how to access object data in JavaScript in the next lessons!




Other Videos By We Will Code


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
2022-03-18Accessing Properties in Objects with JavaScript, Access Object Properties in JavaScript, Codecademy
2022-03-17Practice Creating Object Literals in JavaScript, Codecademy Learn JavaScript, How to Create Objects
2022-03-17An Intro to JavaScript Objects, Introduction to Objects in JavaScript on Codecademy Learn JavaScript
2022-03-17Review Iterators on Codecademy, Practice Iterators in JavaScript, Learn about How to Use Iterators
2022-03-17How to Choose the Right Iterator, Choosing right Iterators with JavaScript on Codecademy's Learn JS
2022-03-16Practice Reading JavaScript Documentation, Learning Iterators, some, every, and filter Methods JS
2022-03-16Best Relaxing Concentration Music Piano, Study Music, 2022 Motivational Instrumental Music for Work
2022-03-16Practice The reduce Method with JavaScript, Codecademy's Use The reduce Method in Reducing Array
2022-03-16The findIndex Method Explained with JavaScript, Codecademy's Practice findIndex Method, Iterators JS
2022-03-15Iterators Explained, The filter method with JavaScript, Codecademy's Use the filter Method on Arrays
2022-03-14How to Use the map Method in JavaScript, Return a New Array with map Method on Codecademy, Iterators
2022-03-14Practice the forEach Method with JavaScript, forEach Explained on Codecademy, Use the forEach Method



Tags:
Coding
ES6
JS
JavaScript
Programming
Tutorials