diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 13c28c2021..80ff4839bf 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -686,7 +686,7 @@ "", "function ourFunction(a, b) {", " return a - b;", - "};", + "}", "", "// Create a function called myFunction that returns the value of a plus b.", "// Only change code below this line.",