From 635215ccf35d3d6e2d8cb3a65044327ece331096 Mon Sep 17 00:00:00 2001 From: Daniel Engle Date: Fri, 28 Apr 2017 01:49:50 -0500 Subject: [PATCH] Changed 'Define' to 'Declare' in code comment (#14626) --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json b/seed/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json index 9408ea7f46..b5101112f2 100755 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json @@ -80,7 +80,7 @@ "// Example", "var ourName;", "", - "// Define myName below this line", + "// Declare myName below this line", "" ], "tail": [