¿Qué están integrados en los objetos en JavaScript?

JavaScript also has four built-in objects: Array, Date, Math, and String. Each object has special-purpose properties and methods associated with it. JavaScript also has constructors for Boolean and Number types.
aashish-cd