Menu
×
×
Correct!
Exercise:Use the correct selector to hide all odd table rows in a table.
$("@(6)").hide();
$("tr:odd").hide();
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?