From 2a7432ef5d46d8350c0178c15e9d78369d5a1a39 Mon Sep 17 00:00:00 2001 From: Quinn-H Date: Mon, 6 Feb 2017 14:21:17 +1300 Subject: [PATCH] Unneccessary semicolon fixed --- .../functional-programming.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json index 31d13ebf90..951e047875 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json +++ b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json @@ -1163,7 +1163,7 @@ "function urlSlug(title) {", " ", " ", - "};", + "}", "// Add your code above this line", "", "var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""