Shortcut Navigation:

Quot Quot XA0 Quiz

Choose the four symbol pairs that represent RegExp properties lastMatch, lastParent, leftContext, and rightContext, respectively

Which of the following properties hold the values of the pixels of the length of the width and height of the viewer's screen resolution?

What does ParseInt("15",10) evaluates to?

Which JavaScript feature uses JAR files?

How to assign a function to a variable with the JavaScript Function contructor?

In JavaScript, Window.alert() is used to allow user to enter something

What is the output of following JavaScript code? 
<script type="text/javascript">
 function x()
 {
 var cst = "We are fast growing Software Company located in Chennai, India.";
 var pattern = new RegExp("in","gi");
document.write(pattern.exec(cst) + " ");
 document.write(pattern.exec(cst) + " ");
 document.write(pattern.exec(cst) + " ");
 }
 </script> 

Does JavaScript has any DATE data type?

Math.round(-20.5)=?

?_name is it valid javascript identifier?