- Course
JavaScript Arrays and Collections
ECMAScript 6 introduces some new and powerful ways to handle data. This course will introduce you to working with sets and maps as well as typed arrays so you can easily store and process data within your web apps with more functionality.
- Course
JavaScript Arrays and Collections
ECMAScript 6 introduces some new and powerful ways to handle data. This course will introduce you to working with sets and maps as well as typed arrays so you can easily store and process data within your web apps with more functionality.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
At the core of using data collections within JavaScript is a thorough knowledge of sets, maps, and typed arrays. In this course, JavaScript Arrays and Collections, you will learn how to create and apply data collections to your web applications. First, you will understand how to apply more advanced array methods to your current arrays. Next, you will explore how to store unique data using sets. Then you will learn how to store data using key and value pairs with maps. Finally, you will discover how to work directly with binary data using typed arrays. When you are finished with this course, you will have a foundational knowledge of data collections within the JavaScript language that will help you as you move forward to building more efficient web apps.
Software required: A text editor like Sublime or Visual Studio Code.
JavaScript Arrays and Collections
-
Version Check | 15s
-
Module Introduction | 2m 48s
-
Reviewing the Sample Project | 2m 48s
-
Quick Intro to Chart.js | 5m 28s
-
Create an Array from a List of Arguments | 3m 42s
-
Using the Spread Operator with Arrays | 6m 11s
-
Using Array.find and findIndex to Find a Value | 3m 11s
-
Using Array Fill | 2m 2s
-
Methods for Iterating through Arrays | 3m 4s
-
Module Conclusion | 1m 38s