Built-in Object Types in TypeScript
JavaScript has many built-in classes that have their own type for objects. For example, date objects, regular expression objects, and DOM elements.
In the following lessons we will examine in detail how to work with each of the types.