diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index 242d633459..ebbe234111 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -681,7 +681,7 @@ "var a = 4;", "var b = 5;", "", - "ourFunction = function() {", + "function ourFunction(a, b) {", " return a - b;", "};", "",