mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Changed single quotes to double for consistency
Though in JS there's no difference, all the prior exercises use double quotes, so using a pair of single quotes suddenly and without explanation could be confusing. If this isn't addressed in the 'basic javascript' portion (I haven't gotten there yet), it should be
This commit is contained in:
parent
24ffb1346c
commit
7a1058f84f
@ -849,7 +849,7 @@
|
||||
"description": [
|
||||
"We're done playing with our jQuery playground. Let's tear it down!",
|
||||
"jQuery can target the <code>body</code> element as well.",
|
||||
"Here's how we would make the entire body fade out: <code> $('body').addClass('animated fadeOut')</code>",
|
||||
"Here's how we would make the entire body fade out: <code> $(\"body\").addClass(\"animated fadeOut\")</code>",
|
||||
"But let's do something more dramatic. Add the classes <code>animated</code> and <code>hinge</code> to your <code>body</code> element."
|
||||
],
|
||||
"tests": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user