Can someone help me figure out how to add a class to the third element using Javascript? Here is the structure I am working with:
<ul class="products-grid row four-columns first">
<li class="item"></li>
<li class="item"></li>
<li class="item add-class-here"></li>
<li class="item"></li>
</ul>