TypeScript Array Type
Arrays work the same in TypeScript as they do in Javascript, the only difference being that we have to define their type upfront. Arrays, by their nature, are an ordered list of data. Defining an Arrays type can be confusing at first, so let's look a...
fjolt.hashnode.dev3 min read