Saved Bookmarks
| 1. |
What Is The Use Of Array Object In Javascript? |
|
Answer» An array in Javascript is an Arrayobject Operator new is USED to DYNAMICALLY allocate the number of elements required by an array.Operator new creates an object as the PROGRAM executes,by OBTAINING enough memory to store an object of the type specified to the RIGHT of new. An array in Javascript is an Arrayobject Operator new is used to dynamically allocate the number of elements required by an array.Operator new creates an object as the program executes,by obtaining enough memory to store an object of the type specified to the right of new. |
|