CS101 Final Paper#3 (Solved)

For the rollover effect, the type of variable we will declare is an image. Example: var blueArrow = new Image; The ‘new Image’ portion of the above statement is executing a special method called a constructor. It is ‘constructing’ (creating) a new image object and saving a reference to that object in a variable we are naming ... ................
................