D
Q. Which of the following is the correct output for the following JavaScript code:
Int x=8; if(x>9) { document.write(9); } else { document.write(x); }
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. Which layer is used to handle the HTTP requests?
Q. Which event occurs when the value of an element has been changed?
Q. JavaScript is ______ Side Scripting Language.
Q. The “var” and “function” are
Q. Consider the following code snippet : will this code work?
Q. How do we define the term Thread?
Q. What must be done in order to implement Lexical Scoping?
Q. What does it indicate when the type attribute of the navigation object is set to 2?
Q. What is the purpose of the event disconnectionEvent?
Q. Which of the following are the properties of a plug-in entry?
Discusssion
Login to discuss.