JavaScript Taskbook Level 9.4
Given a table. By clicking on the button, add a new row to this table.
Given a table. By clicking on the button, add a new column to this table.
Given a table. By clicking on the button, add both a new row and a new column to this table.
Given a table. Make it so that when you click on any cell in it, an input appears to edit this cell.
Given a table and a button. When you press the button, paint a random cell of the table red. Pressing the button again should paint a new unpainted cell until there are no more cells.
Given a table and a button, let each click on the button paint the next cell in the table in red.
Display 6 random pictures of playing cards.