Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Array Methods and Objects Data Structures
Rating: 4.2 out of 5(174 ratings)
23,485 students
Created byLaurence Svekis
Last updated 11/2022
English

What you'll learn

  • use arrays in JavaScript
  • Apply Arrays within web code
  • Use arrays and apply functions to sort array data

Course content

2 sections28 lectures3h 53m total length
  • Getting Started course introduction arrays and Objects JavaScript1:31
  • Source Code and Resource Guide for Course4:51
  • How to Create an Array JavaScript7:54

    Create and compare arrays in JavaScript using literals and constructors, explore the length property, zero-based indexing, and arrays with mixed data types.

  • Nested Arrays Select Values from inner Array JavaScript8:22

    Explore nested arrays in JavaScript, learn to access inner arrays with indices, loop through items, and render results to the page with the document and console.

  • Common Array Static Methods and creating Arrays coding examples11:01

    Learn to use array methods in JavaScript, such as Array.from and Array.of, convert strings and node lists to arrays, and apply map, isArray checks, split, and spread to create arrays.

  • JavaScript Objects object literal and constructor12:54
  • JavaScript Object static Methods Using Object Data14:43

    Learn how to merge and clone objects with Object.assign, convert objects to strings with JSON.stringify and JSON.parse, and use Object.freeze, Object.seal, and Object.isFrozen to manage and test object state.

  • Loop Object Values Iterate Key and Values JavaScript8:53

    Learn how to convert object content into arrays and loop through keys and values using Object.entries, Object.keys, and Object.values, then render results on a web page.

  • How to clone and duplicate JavaScript Arrays9:23
  • Iterate and Loop Array items Output Values with JavaScript11:49
  • JavaScript Array and Object entries Next iterator Values8:41
  • Array Update Methods Changing Array Values15:50
  • Clean up Array items remove duplicates and False values4:09
  • How to Filter Array Items Filter Method with JavaScript10:24
  • Index value and checking if array Includes values8:09
  • How to use the Array Map Method create new array13:16
  • How to get Unique Values from an Array with filter Method7:13
  • JavaScript Array Iterator Keys and next iterator Value5:59
  • How to use the Reduce Array Method count occurrences of values12:19
  • Array Sort Method Reverse sort and random sort orders in JavaScript11:13

Requirements

  • Basic JavaScript and HTML
  • Desire to Learn

Description

JavaScript Array and Objects

Methods and code snippets for item values from JavaScript arrays and object data.

Explore JavaScript arrays and objects.  Arrays and objects can hold lots of data, there are many array methods that can be used in order to access, sort and organize the data contained within the arrays.  Use of Objects combined with arrays allows applications to manage data effectively and easily.  This course is focused specifically on JavaScript arrays and objects and will help demonstrate common methods that can be applied to them.

Includes a 30+ page Downloadable PDF guide that can be used along side lessons, includes source code and more!

Course covers the following topics and commonly asked questions about how to use arrays and objects in code.

  • JavaScript Array and Objects

  • How to Create an Array JavaScript

  • Nested Arrays Select Values from inner Array JavaScript

  • Common Array Static Methods and creating Arrays coding examples

  • JavaScript Objects object literal and constructor

  • JavaScript Object static Methods Using Object Data

  • Loop Object Values Iterate Key and Values JavaScript

  • How to clone and duplicate JavaScript Arrays

  • Iterate and Loop Array items Output Values with JavaScript

  • JavaScript Array and Object entries Next iterator Values

  • Array Update Methods Changing Array Values

  • Clean up Array items remove duplicates and False values

  • How to Filter Array Items Filter Method with JavaScript

  • Index value and checking if array Includes values

  • How to use the Array Map Method create new array

  • How to get Unique Values from an Array with filter Method

  • JavaScript Array Iterator Keys and next iterator Value

  • How to use the Reduce Array Method count occurrences of values

  • Array Sort Method Reverse sort and random sort orders in JavaScript

Learning how to use arrays within JavaScript will help you better develop JavaScript code. Arrays are one of the fundamental building blocks of JavaScript!

Learn how to store values in arrays and how to work with arrays to utilize data.

Storing Values Working with Arrays

Lets you store multiple values in single variable

  • creating Arrays

  • literal array

  • JOIN()

  • PUSH()

  • SORT()

  • FOREACH()

  • POP()

  • SHIFT()

  • SPLICE()

  • REVERSE()

  • TOSTRING()

By the end of the course you will have the skills and know how to apply arrays within you website.   

I am here to help you learn how to create your own websites and ready to answer any questions you may have.

JavaScript is the most in demand skills, and learning how to use JavaScript will help to separate you from the crowd.

Want to know more, what are you waiting for take the first step.  Join now to start learning how you too can create arrays within your website today.


Who this course is for:

  • JavaScript Developers
  • Anyone who wants to learn more about JavaScript Arrays