Mastering JavaScript Arrays
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.
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.
Featured review
Instructor
I have had 25+ years experience in training and product development and 20+ years working with JavaScript. I started learning JavaScript when it was a new language used for minor affects on a web site. The growth and ubiquitous nature of JavaScript both excites and inspires me.
I currently work as the President and Lead Trainer at All Things JavaScript, a resource for anyone and everyone that hopes to increase their JavaScript skills and move from novice to expert.
I'm doing what I love most: Teaching about technical subjects. It is so important to understand the why, not just the what and how, when it comes to technical subjects. My goal is to help thousands of JavaScript developers to get started and become experts in the field making a great living coding.
I was the co-owner and President of Rapid Intake, an eLearning firm. The company was an ideal place for me to apply my training and development skills. While there I managed all development and professional service related activities. I was heavily involved in the initial development of Rapid Intake's main product, an eLearning authoring tool, which eventually lead to Rapid Intake's acquisition in 2011 by Callidus Software.
In addition to JavaScript technologies, I have dabbled in other web technologies such as ActionScript, ASP, PHP, HTML, and CSS.