2
42kviews
Explain built-in objects of JavaScript.
1 Answer
9
2.0kviews

JavaScript Built in Objects

JavaScript has several built-in or core language objects. These built-in objects are available regardless of window content and operate independently of whatever page your browser has loaded.

JavaScript Built-in Objects

Array Object

  • Multiple values are stored in a single variable using the Array object.
  • In JavaScript, an array can …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.