Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering JavaScript Arrays
Rating: 4.7 out of 5(278 ratings)
6,702 students

Mastering JavaScript Arrays

Enhance Your JavaScript Skills by Mastering the Use of JavaScript Arrays: A Very Important Data Structure
Created bySteven Hancock
Last updated 2/2024
English

What you'll learn

  • Every trick and method for working with arrays.
  • Different ways to create arrays and work with elements.
  • Multiple methods for iterating arrays.
  • Methods for working with array-like data and converting them to arrays.
  • Unique ways to create arrays and access elements.
  • Methods on the array prototype and how to use them.
  • Methods preferred with the functional programming paradigm.
  • Ways to combine arrays and extract values.
  • Multiple ways to search arrays for values.
  • Process of working with Maps and Sets.

Course content

12 sections94 lectures6h 21m total length
  • Welcome and Introduction1:51
  • Making the Most of this Course2:00

Requirements

  • Basic familiarity with JavaScript. How to enter statements and work with the language.
  • Access to a text editor in order to enter and work with JavaScript code and then be able to run it in a browser.

Description

Effectively working with arrays is critical for any JavaScript programmer. Arrays are an important data structure that comes native to JavaScript, and this course will provide you with the training needed to master them.

In this course you are going to learn all there is to know about JavaScript arrays. I start from the beginning, so if you are comfortable with JavaScript, you may want to use the first section as a review. You will learn the basics of different ways to create an array and work with the elements. You will learn the basics of iterating an array and some unique ways to create arrays and access elements. You will learn all the methods to modify or mutate an array, as well as those methods that are preferred in the functional programming world. You will learn how to combine arrays and extract values as well as multiple ways to search arrays for values. We will end with a look at some array-like collections available in JavaScript and how you can use those.

By taking this course:

  • You will feel more comfortable working with arrays in any coding problem you encounter.

  • You will become more familiar with functional methods for working with arrays (reduce, map, filter).

  • You will become familiar with and use all the different methods for manipulating an array in JavaScript.

  • You will be able to work with arrays using different techniques.

If you learn by doing, this course gives you plenty of chances to complete exercises and then sit back and watch as I go through those exercises. Jump in today and begin mastering JavaScript Arrays!

Who this course is for:

  • From beginner to advanced level JavaScript developer who wants to learn more about arrays.