Exploiting TypeScript Arrays
TypeScript doesn't have the rich set of native collection classes that you're used to in the .NET Framework -- instead, it has just arrays and tuples. Fortunately, you can do quite a lot with them. Read the source article at Visual Studio Magazine Home