If you have multiple elements with the class "myClass", what JavaScript command would allow you to select them all?
<div class="myClass"></div>
<p class="myClass"></p>
If you have multiple elements with the class "myClass", what JavaScript command would allow you to select them all?
<div class="myClass"></div>
<p class="myClass"></p>