From a39bfe3e616954e4568edc54d5499a51c241d8b7 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 31 Dec 2015 18:55:11 -0800 Subject: [PATCH] Fix typo in Subtraction Waypoint --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index ee385d8b7c3..a8d6fef0346 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."