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 be the output of the following JavaScript code?
Q. What is the purpose of the dynamic scoping?
Q. In JavaScript, single line comment begins with ___.
Q. What will be the output of the following JavaScript code?
Q. Consider the following code snippet [x,y]=[y,x]; What is the result of the above code snippet?
Q. Which of the following methods adds and connects the point to the cubic bezier curve?
Discusssion
Login to discuss.