R
Q. Find the output of below code
<html> <head> <title>JavaScript Example</title> <script type="text/javascript"> function getHeader() { return "<h1>Javascript Questions</h1>" } </script> </head> <body> <script type="text/javascript"> document.write(getHeader()); </script> </body> </html>
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. JavaScript is a _______________ language
Q. How can we check the subprotocol being used by the client?
Q. What is the meaning of JavaScript Hoisting?
Q. The escape sequence ‘\f’ stands for _________
Q. Which of the following true about Javascript?
Q. Which of the following is not a property of window object?
Q. Which of the following is a property used to check how crisp or fuzzy shadows are?
Q. What will be the output of the following given code of JavaScript?
Q. Which of the following is the correct output for the following JavaScript code:
Discusssion
Login to discuss.