Q. How do we create and preload an image object in JavaScript?
β
Correct Answer: (C)
Both Use new keyword and Call Image()
Explanation: The Image() constructor creates and preloads a new image object.