From b876dbfad7ed48623b2b7131233ede6f333fc64e Mon Sep 17 00:00:00 2001 From: Nick Duffy Date: Sun, 17 Jan 2016 07:35:21 -0700 Subject: [PATCH] Update Declare Javascript Variables description wording. Closes #6253 --- .../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 2e331486db..76161d5080 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -45,7 +45,7 @@ "creates a variable called ourName. In JavaScript we end statements with semicolons.", "Variable names can be made up of numbers, letters, and $ or _, but may not contain spaces or start with a number.", "

Instructions

", - "Use the var keyword to create a variable called myName. Set its value to your name, wrapped in double quotes.", + "Use the var keyword to create a variable called myName.", "Hint
Look at the ourName example if you get stuck." ], "challengeSeed": [