Home / Programming MCQs / JavaScript MCQs / Question
M
Q. Which of the following is an attribute to the script object?
Only onload is an attribute to the script object.
You must be Logged in to update hint/solution
Which is the correct syntax to declare a constant in JavaScript?
Which of the following string will match the RegEx "((d).(dd))$"?
What is the purpose of the RegExp method test()?
Which JavaScript operator is used to determine the type of a variable?
What should be the value of the type attribute of a variable if the type of file is CSS?
What happens in the following javascript code snippet?
What is the code snippet to change the class and let the stylesheet specify the details?
Which of the following is the correct output for the following JavaScript code:
When does a cycle occur during memory leak?
which operator outputs the remainder of an integer division?
Discusssion
Login to discuss.