M
Q. How to lazy load images?
The way we would lazy load images would be to alter the HTML of the page to remove the contents of the src attribute of each image. We could just move the contents of the src attribute to an attribute in the image tag of our own design, maybe the rel attribute.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. To find the length of a string, use the built-in _______ property.
Q. What are the different types of Pop up boxes available in JavaScript?
Q. Which of the following is a type of HTML DOM?
Q. How to create a function in JavaScript?
Q. In JavaScript a variable contains one value while an object may contain ___.
Q. Which keyword is used to define a JavaScript function?
Q. Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
Q. Javascript is which type of language
Q. In JavaScript, what kind of scoping is used?
Q. Which of the following is the window that the Firefox sends the error messages to?
Discusssion
Login to discuss.