How can I define an array in JavaScript?
Answer Posted / shini nino
var arrQualif=new Array();
Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
How to loop through array in javascript?
How to write a comment in javascript?
What are the decodeURI() and encodeURI()?
What is a currying function?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
What is meant by object oriented programming?
What are the seven data types of javascript?
How can a Javascript code redirect the user to a different page?
just for testing
What is the importance of javascript?
What is arguments object in JavaScript?
Iam getting xml when we click on one button.Iam placing that
xml in dom.Im getting that xml data in one xsl.In that xsl
I want to increase the variable value which is declared in
xsl.
Ex:
Write a program to exaplain the deferred scripts using event handlers in javascript.
Why extending array is bad idea?
What does the isNaN() function?