Problem
In the space provided below, develop a function "swapDimentions()" that changes swaps the width and height of all images of the webpage. For instance, if an image has width=400 and height=200, then its dimension will be changed to width=200 and height=400. This change has to be made to all images of the page.