why array is called the collection of similar datatypes?
Answer / guest
Array is called the collection of similar datatypes because
we can not add an object of some other type where as the
array which is declared is of another type.
For e.g
We declare a Integer array then we can not add an object of
type string into that array.We have to add an object of type
string only.
| Is This Answer Correct ? | 7 Yes | 1 No |
What data types are supported in Javascript?
what does javascript null mean?
What are the different boolean operators in JavaScript?
What are JavaScript types?
What is callback?
How to get complete current page url with javascript?
Define closure.
What is local scope in javascript?
e=1+x/!+x2/2!+x3/3!+.... in javascript
Explain unescape() and escape() in javascript?
What is an ECMAScript?
What is null javascript?