1.2 Identify Javascript and jQuery programming concepts
<ul>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
<li>list item 4</li>
<li>list item 5</li>
<li>list item 6</li>
</ul>$( "li" ).filter( ":even" ).css( "background-color", "red" );OR
Other Resources
Previous1.1 Demonstrate knowledge of HTML and CSSNext1.3 Demonstrate the use of Git for version control
Last updated