Slide 97
Slide 97 text
THE TYPES OF TYPESCRIPT
One thing to note here, because JavaScript is TypeScript and
TypeScript does not exist at runtime, there are no TypeScript
specific containers*
They are all JavaScript containers (array, map, set, etc)
Many of the algorithms we know exist within the containers
themselves.
97