diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 642cade5fd..1a87ef22c7 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -298,7 +298,7 @@ "JavaScript uses the - symbol for subtraction.", "", "Example", - "
myVAr = 12 - 6; // assigned 6
", + "
myVar = 12 - 6; // assigned 6
", "", "

Instructions

", "Change the 0 so the difference is 12."