Common Built-in JS Objects
TypeScript is a superset of JavaScript, it includes all the commonly used built-in JavaScript objects. You can find an extensive list of these objects on the Mozilla Developer Network (MDN) documentation website: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
Here is a list of some commonly used built-in JavaScript objects:
- Function
 - Object
 - Boolean
 - Error
 - Number
 - BigInt
 - Math
 - Date
 - String
 - RegExp
 - Array
 - Map
 - Set
 - Promise
 - Intl