Reading web standards and understanding the details is a skill. A simple statement about one element may imply more detail than is immediately apparent. It is also important not to invent details which are not explicitly documented.
Take the quiz below to improve your understanding.
void deleteCaption();
The
deleteCaption()
method must remove the firstcaption
element child of thetable
element, if any.
Now that you've taken this quiz, try writing actual tests! Fork this codepen starter and have a go!