Slide 13
Slide 13 text
Data Types
basic types
any, string, number, boolean,
void, null, undefined,
array, tuple,
enum, Never
enumerated type - a data type made up of a set of named elements
class type – a collection of property and method implementations
never - type represents the type of values that never occur