Click here to view more cat photos.
Things cats love:
- cat nip
- laser pointers
- lasagna
Top 3 things cats hate:
- flea treatment
- thunder
- other cats
red-text
class to the first p
element.
h2
element should be red.
testString: assert($("h2").css("color") === "rgb(255, 0, 0)");
- text: Your h2
element should have the class red-text
.
testString: assert($("h2").hasClass("red-text"));
- text: Your first p
element should be red.
testString: assert($("p:eq(0)").css("color") === "rgb(255, 0, 0)");
- text: Your second and third p
elements should not be red.
testString: assert(!($("p:eq(1)").css("color") === "rgb(255, 0, 0)") && !($("p:eq(2)").css("color") === "rgb(255, 0, 0)"));
- text: Your first p
element should have the class red-text
.
testString: assert($("p:eq(0)").hasClass("red-text"));
```
Click here to view more cat photos.
Things cats love:
Top 3 things cats hate:
Click here to view more cat photos.
Things cats love:
Top 3 things cats hate: