diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index c4f5cd3e0a..a871f43675 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -925,7 +925,7 @@ "challengeSeed":[ "var ourArray = [];", "", - "for(var i = 1; i < 10; i += 2){", + "for(var i = 0; i < 10; i += 2){", " ourArray.push(i);", "}", "",