JavaScript Taskbook Level 6.8
Given a table. When you click on a cell, if the Shift key is pressed, paint the cell red, and if the Ctrl key is pressed, then paint it green.
Given a div and a button. Show the div on the first click on the button, and hide it on the second click.