Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Objects - Explore and learn about Objects
Rating: 4.6 out of 5(36 ratings)
1,610 students

JavaScript Objects - Explore and learn about Objects

Learn and practice JavaScript Objects explore ways to construct them access and utilize data within JavaScript Objects
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • Write basic JavaScript
  • Use Objects in JavaScript
  • Create Objects and add data to JavaScript Objects

Course content

2 sections29 lectures1h 48m total length
  • JavaScript Objects Introduction2:43

    Explore JavaScript objects as named value pairs that hold numbers, strings, booleans, and arrays, and learn how to create, access, and modify them.

  • Web development Setup3:39

    Set up your editor and browser with Brackets and Chrome, use live preview and dev tools to render HTML, CSS, and JavaScript and to write code in the console.

  • Introduction to JavaScript Object6:38

    Explore how JavaScript objects store related values as key-value pairs, including numbers, strings, booleans, arrays, and functions, and learn to create, update, and access properties.

  • JavaScript Object Literals5:24

    Explore object literals in JavaScript by creating a car object with pre-populated values, updating properties, and adding new ones using const and dot notation.

  • Source code 20:01
  • JavaScript Object Constructor4:48

    Learn to create objects using the JavaScript object constructor, retrieve and update properties, and define and call methods (functions) that log messages or alert content.

  • Source code 30:03
  • JavaScript Object in Action4:26

    Build a car object with properties like Ford Mustang (year 2015, price 50,000) and add both anonymous and named methods to turn on and drive, then invoke and modify them.

  • Source code 40:03
  • Dot notation vs Bracket Notation4:57

    Explore dot notation and bracket notation for accessing object properties in JavaScript, and learn how bracket notation supports dynamic property names and values.

  • Source code 50:07
  • Object this JavaScript6:07

    Explore how the this keyword refers to the current object in a car object, using miles, price, an oil change method, and color updates to show dynamic values.

  • Source code 60:05
  • JavaScript Object Constructor10:30

    Contrast how primitives copy by value with objects that share the same instance, then show how a constructor using new creates independent car objects with dynamic properties.

  • Source code 70:03
  • JavaScript ES6 Class Object5:34

    Explore how to create objects with the ES6 class syntax, using a car example with a constructor, default miles, and an oil change method to manage object state.

  • Source code 80:07
  • Objects and Arrays8:36

    Learn how arrays and objects in JavaScript interrelate, access data by index, nest arrays and objects, and iterate with for loops to output structured content.

  • Source code 90:09
  • Delete Object Properties2:33

    Delete object properties with the delete keyword on a test object and observe the true return value. See properties become undefined after removal; then loop through values and keys.

  • Object Keys and Values4:35

    Learn to loop through a JavaScript object to access keys and values using for in, Object.keys, and Object.values, with console logs to reveal each property.

  • Source code 110:19
  • JSON methods Objects3:13

    Use JSON.stringify to convert objects into strings and JSON.parse to reconstruct them as objects. Understand that methods are dropped in stringify, leaving values suitable for storage or transfer.

  • Resources and PDF ebook0:12

Requirements

  • Fundamental JavaScript concepts
  • Access to computer
  • HTML and CSS
  • Web Development understanding
  • Use of editor to write code

Description

Did you want to learn JavaScript Objects then this course is perfect for you!

Step by step learning covering the use of Objects in JavaScript so you can get coding quickly.  Source code and everything you need to get started is included.  JavaScript is the technology that makes things happen online.  Learn how to create and use JavaScript objects.  Please note this course is specifically designed to focus on JavaScript Objects and JavaScript fundamental; knowledge is a prerequisite to the course content.  Only content related to JavaScript Objects is covered within this course.

Course covers

  • What JavaScript objects are and how to use them
  • How to add data and how objects contain values
  • What are object literals
  • How to create objects object constructors
  • Objects in action with methods
  • What is the difference Dot notation vs Bracket notation
  • Using Objects this methods and updating values
  • Adding property to the object
  • How to Create Objects with Constructor
  • ES6 class and objects construction
  • Methods in the Class
  • Arrays and Objects together
  • Removing Object Properties
  • Looping values iterating through object values
  • How to see object See keys and values
  • JSON methods on JavaScript Objects
  • All this and much more

Executed on the front-end.  

Taught by an instructor with over 19 years of web development experience,  ready to help your learn more about JavaScript.

Along with friendly support in the Q&A to help you learn and answer any questions you may have.

Try it now you have nothing to lose, comes with a 30 day money back guarantee.  

Join now and see what YOU can do with JavaScript today!!!!

Who this course is for:

  • Anyone who wants to learn JavaScript
  • Anyone who wants a quick refresher about JavaScript
  • Anyone who wants to practice JavaScript
  • Front end applications developers
  • Web developers
  • Beginners to JavaScript