A
Q. What will be the output of the following code snippet?
<script type="text/javascript" language="javascript"> var x=12; var y=8; var res=eval("x+y"); document.write(res); </script>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will happen if reverse() and join() methods are used simultaneously ?
Q. Which of the following handles painting the content on to the screen?
Q. What is the purpose of the method ActiveXObject()?
Q. Carakan is used by which of the following browsers?
Q. What are the types of Pop up boxes available in JavaScript?
Q. Consider the following code snippet : will this code work?
Q. What is the method used to stop an execution of a method?
Q. What will happen if we execute the following code of JavaScript?
Q. When does JavaScript code appear inline within an HTML file?
Q. What is the correct syntax for checking the value of “c”?
Discusssion
Login to discuss.