CBSE BOARD XII, asked by jasmeenkaur2001001, 2 months ago

write the purpose of window objest, string object, array object , and date object in javascript ? explain each object with example ? ​

Answers

Answered by kalpitabanerjee8
0

1. The window object represents a window in browser. An object of window is created automatically by the browser.

2. The String object lets you work with a series of characters; it wraps Javascript's string primitive data type with a number of helper methods. As JavaScript automatically converts between string primitives and String objects, you can call any of the helper methods of the String object on a string primitive.

3. The Array object lets you store multiple values in a single variable. It stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

4. Data Objects, is a kind of artifacts, exist outside of the Sequence Flow of the Process, but they are available to all flow objects in a given Process instance. Data Objects allow you to show data flowing through a process by passing information into or out of an Activity. please mark brainliest ...

Similar questions