JavaScript Taskbook Level 9.7
Given a table. Make it so that when you click on any cell, the row with this cell is painted red.
Given a table. Make it so that when you click on any cell, the column with this cell is painted red.
Given a table. Make it so that clicking on any cell deletes the row with this cell.
Given a table. Make it so that by clicking on any one the column with this cell is deleted.
Given a table and a button. By clicking on the button, paint the cells located on the diagonal of the table red.