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 |
Name the two functions that are used to create an HTML element dynamically?
Is javascript open source?
What’s a way to append a value to an array?
What is the statement to enable strict mode in javascript quiz?
e=1+x/!+x2/2!+x3/3!+.... in javascript
What is question mark in javascript?
Expand BOM and explain it?
How to set the cursor to wait?
What is escape & unescape String functions in JavaScript?
What are the requirements of web application using javascript?
How do you reverse a string in javascript?
Explain how to read and write a file using javascript?