From 5a253e6027865d61620b223099d2018f8343f0ec 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/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 0f94badbf3..c0ff33c255 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/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." ],