Shortcut Navigation:
Page Content
Site Navigation
Footer
Create
Hello Guest
Quiz
Survey
Challenge
Quizific is the easiest free and fun way to take or make a quiz or survey
About
Help
Contact/Follow >
Tag Cloud
Our Competition
Sitemap
Thanks!
Contact Us
Facebook
Twitter
Google+
Temporary Profile
Forgot Password?
Create Account
Profile
Logout
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?
Tagged as:
pattern exec cst
,
pattern exec cst
,
exec cst
,
pattern exec cst
,
pattern exec cst
,
exec cst
,
xa0