Array Types in TypeScript
Introduction
Arrays are popular and useful in programming. They allow you to create and store an ordered list of data of different types. An array can contain a mix of numbers, strings, objects, and even other arrays.
Getting comfortable with workin...
benjaminsemah.hashnode.dev3 min read