Create a jQuery script that creates a rectangle, that when clicked “slides down” another rectangle with a “Hello World” message in it
Modify the previous script so that when the top rectangle/panel is clicked again, the bottom rectangle “slides back up” (HINT: look at “toggle”).