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 is the purpose of the NamedNodeMap object?
Q. If you have a function f and an object o, you can define a method named m of o with
Q. What is the purpose of the Legacy DOM?
Q. What keyword is used to declare an asynchronous function in Javascript?
Q. The main difference between the variables declared with var and with let is
Q. Which of the following reads the textual contents of a URL and returns as a string?
Q. Which of the following property gives access to the JavaScript memory usage data?
Discusssion
Login to discuss.