Improve instructions of "Global vs Local Scope in Functions" challenge (#16832)

pull/16831/merge
Pavel Tsurbeleu 2018-03-05 20:16:23 -08:00 committed by mrugesh mohapatra
parent 23d9ceb399
commit 919cd693d1
1 changed files with 1 additions and 1 deletions

View File

@ -2562,7 +2562,7 @@
"<blockquote>var someVar = \"Hat\";<br>function myFun() {<br> var someVar = \"Head\";<br> return someVar;<br>}</blockquote>",
"The function <code>myFun</code> will return <code>\"Head\"</code> because the <code>local</code> version of the variable is present.",
"<hr>",
"Add a local variable to <code>myOutfit</code> to override the value of <code>outerWear</code> with <code>\"sweater\"</code>."
"Add a local variable to <code>myOutfit</code> function to override the value of <code>outerWear</code> with <code>\"sweater\"</code>."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [