List and explain JavaScript built in objects

JavaScript has a number of built-in objects that extend the flexibility of the language. These objects are: Array – An array is a collection of elements that can be accessed by index. Date – A date object represents a specific point in time. Math – The Math object provides a number of mathematical functions, such …

List and explain JavaScript built in objects Read More »