diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 7b4adc96c6e..95160dd9b37 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -49,7 +49,7 @@ "", "
Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", "Click here for cat photos.
", "", - "Things cats love:
", @@ -300,7 +300,7 @@ "", "Click here for cat photos.
", "", - "Things cats love:
", @@ -388,7 +388,7 @@ "", "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "Click here for cat photos.
", "", - "p element with the first few words of this \"Kitty Ipsum\" text: Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff."
],
"tests": [
- "assert.isTrue((/Kitty(\\s)+ipsum(\\s)+dolor/gi).test($(\"p\").text()), ¬Your p element should contain the first few words of the provided \"Kitty Ipsum\" text.¬)"
+ "assert.isTrue((/Kitty(\\s)+ipsum(\\s)+dolor/gi).test($(\"p\").text()), 'Your p element should contain the first few words of the provided \"Kitty Ipsum\" text.')"
],
"challengeSeed": [
"h1 element so we can simplify our view.",
- "Our phone doesn¬t have much vertical space.",
- "Let¬s remove the unnecessary elements so we can start building our CatPhotoApp."
+ "Our phone doesn't have much vertical space.",
+ "Let's remove the unnecessary elements so we can start building our CatPhotoApp."
],
"tests": [
"assert(($(\"h1\").length == 0), 'Delete your h1 element.')",
@@ -380,9 +380,9 @@
"Note that it's important to have both opening and closing curly braces ({ and }) around each element's style. You also need to make sure your element's style is between the opening and closing style tags. Finally, be sure to add the semicolon to the end of each of your element's styles."
],
"tests": [
- "assert($(\"h2\").css(\"color\") === \"rgb(0, 0, 255)\", 'Your h2 element should be blue.')",
"assert(!$(\"h2\").attr(\"style\"), 'Remove the style attribute from your h2 element.')",
"assert(($(\"style\").length > 1), 'Create a style element.')",
+ "assert($(\"h2\").css(\"color\") === \"rgb(0, 0, 255)\", 'Your h2 element should be blue.')",
"assert(editor.match(/<\\/style>/g) && editor.match(/<\\/style>/g).length === editor.match(/