Using Arrays and Collections in TypeScript 5
This course will teach you how to utilize collections in TypeScript, including arrays, tuples, maps, and sets.
What you'll learn
Did you know that TypeScript and C# were created by the same person back in 2012? TypeScript was meant to address the shortcomings of JavaScript, one of those being strongly typed variables. In this course, Using Arrays and Collections in TypeScript 5, you’ll learn how to utilize strongly typed variables and work with each collection type in TypeScript. First, you’ll explore arrays and tuples. Next, you’ll discover maps and their potential. Finally, you’ll learn how to master sets. When you’re finished with this course, you’ll have the skills and knowledge of TypeScript collections needed to handle, manage, and manipulate large and small amounts of data.
Table of contents
- Introduction to TypeScript Arrays 1m
- Creating an Array in TypeScript 2m
- Adding and Removing Elements From an Array 4m
- Adding and Removing Elements in the Middle of an Array 4m
- Concat and Slice Array Functions 3m
- Copy an Array 3m
- Sort and Reverse an Array 3m
- Find Elements in an Array 4m
- Map and Filter Functions with an Array 3m
- Is My Variable an Array? 2m
- Looping Through an Array 3m
- TypeScript Arrays Recap 1m