Added hint to JS increment challenge

This commit is contained in:
DusanSacha
2016-04-21 08:16:58 +02:00
parent f2f6aea55a
commit 724f417337

View File

@ -433,7 +433,8 @@
"<code>i = i + 1;</code>",
"<strong>Note</strong><br>The entire line becomes <code>i++;</code>, eliminating the need for the equal sign.",
"<h4>Instructions</h4>",
"Change the code to use the <code>++</code> operator on <code>myVar</code>."
"Change the code to use the <code>++</code> operator on <code>myVar</code>.",
"<strong>Hint</strong><br>Learn more about <a href=\"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators#Increment_()\" target=\"_blank\">Arithmetic operators - Increment (++)</a>."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [