From ad2d7789af84f3a0e81d820d3d02f0c500f70dc5 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/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 2e331486db..76161d5080 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/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": [