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 are javascript objects?
What typeof returns for a null value?
What is hoisted in javascript?
Is it possible make a call to server side event of any button using javascript?
What is a framework programming?
What is a fixed-width table and its advantages?
What is the difference between .call() and .apply()?
Is javascript enabled on my computer?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
How to determine the state of a checkbox using javascript?
What is the difference between JavaScript and jscript?