Skip to content
Browse files

closes FreeCodeCamp/FreeCodeCamp#5938

  • Loading branch information...
1 parent 9b91703 commit 5f63eb79ee1a2e591c80a2d4bcc52c2159b642d3 @raisedadead raisedadead committed with BerkeleyTrue
Showing with 1 addition and 1 deletion.
  1. +1 −1 seed/challenges/01-front-end-development-certification/basic-javascript.json
View
2 seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -2103,7 +2103,7 @@
"<blockquote>function test(myVal) {<br> if (myVal > 10) {<br> return \"Greater Than\";<br> }<br> return \"Not Greater Than\";<br>}</blockquote>",
"If <code>myVal</code> is greater than <code>10</code>, the function will return <code>\"Greater Than\"</code>. If it is not, the function will return <code>\"Not Greater Than\"</code>.",
"<h4>Instructions</h4>",
- "Create an <code>if</code> statement inside the function to return <code>\"Yes\"</code> if <code>testMe</code> is greater than <code>5</code>. Return <code>\"No\"</code> if it is less than or equal to <code>5</code>."
+ "Create an <code>if</code> statement inside the function to return <code>\"Yes\"</code> if <code>testMe</code> is greater than <code>5</code> and return <code>\"No\"</code> otherwise."
],
"challengeSeed": [
"// Example",

0 comments on commit 5f63eb7

Please sign in to comment.
Something went wrong with that request. Please try again.