From e5aff5d451bea73f82c8755e8464043d9a8892fe Mon Sep 17 00:00:00 2001 From: "Alister N. Mada" Date: Tue, 26 Jan 2016 17:24:21 +0700 Subject: [PATCH] Remove extra spaces from Basic Javascript challenge description --- .../basic-javascript.json | 2 -- 1 file changed, 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 0f94badbf3..c0ff33c255 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -110,10 +110,8 @@ "title": "Initializing Variables with the Equal Operator", "description": [ "It is common to initialize a variable to an initial value in the same line as it is declared.", - "", "var myVar = 0;", "Creates a new variable called myVar and assigns it an initial value of 0.", - "", "

Instructions

", "Define a variable a with var and initialize it to a value of 9." ],