Click here to Skip to main content
15,890,370 members
Articles / Programming Languages / Typescript

100 Days of TypeScript (Day 7)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
17 Feb 2022CPOL7 min read 3.1K   6  
What is an array and how to use it to manage multiple items
In this post, we will cover most of the basics about working with arrays in TypeScript. We will learn how to create both empty and populated arrays, as well as how to add and remove items from the array.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
United Kingdom United Kingdom
A developer for over 30 years, I've been lucky enough to write articles and applications for Code Project as well as the Intel Ultimate Coder - Going Perceptual challenge. I live in the North East of England with 2 wonderful daughters and a wonderful wife.

I am not the Stig, but I do wish I had Lotus Tuned Suspension.

Comments and Discussions