diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index ed2b25e443..24318e8477 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -963,7 +963,7 @@ "}", "else {", "  return(false);", - "}", + "}", "Let's use if and else statements to make a coin-flip game.", "Create an if-else statement to return heads if the flip var is zero and to return tails if it's not." ],