M
Q. What is the default value of the type attribute?
The default value of the type attribute is “text/javascript”. You can specify this type explicitly if you want, but it is never necessary.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the difference between the two lines given below ? !!(obj1 && obj2); (obj1 && obj2);
Q. JavaScript allows you to work with __________ primitive data types.
Q. In how many modes can the closure compiler be run?
Q. Which JavaScript method is used to write on browser's console?
Q. Which one of the following is the correct way for calling the JavaScript code?
Q. The const keyword is used to define a ______.
Q. Which of the following is the parameter used to invoke the Audio() constructor?
Q. Which one of the following code is equivalent to the following given code?
Q. _______ extracts a part of a string and returns the extracted part in a new string.
Discusssion
Login to discuss.