-
Course
- Core Tech
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.
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.
Table of contents
- 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
About the author
Jeff has 10+ years experience in the digital learning and media industry. Currently he is Founder and Head Trainer/Sensei at Learning Dojo, a company dedicated to training you to become a software ninja in a variety of eLearning, web, and mobile related software applications.
More Courses by Jeff