From dda478e7eb22b6b34b629891241a9da56ce0bb49 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Thu, 24 Dec 2015 05:26:20 +0530 Subject: [PATCH] Storing Values with the Equal Operator Incomplete --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index b05e9c2c3f..965ed39957 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -118,9 +118,9 @@ ], "solutions": [ "var a;", - "var b=2;", + "var b = 2;", "a = 7;", - "b = a;7" + "b = a;" ], "type": "waypoint", "challengeType": "1",