From 8722a0a29476d5afd0f0be21bf11d5e14a7ac794 Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Mon, 17 Aug 2015 16:19:02 -0400 Subject: [PATCH] Fixes #1878 --- seed/challenges/basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index ed2b25e443..24318e8477 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/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." ],