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 is the use of ‘debugger’ keyword in javascript code?
What is a closure in javascript?
how can we generate alert message without referashing page in asp.net with language vb.net and script use in java script .means with out referash the page message in java alert
How use javascript html?
Can any one tell me how Java is purely an Oops language
Explain arrow functions?
Which is better typescript or javascript?
How would you check if a variable is null/undefined?
What is event bubbling and capturing in javascript?
What are the main functions performed by javascript statements?
What is the difference between let, const, and var?
How would you compare two objects in JavaScript?