From 724f41733792effad8e01643140b20a7526f8d07 Mon Sep 17 00:00:00 2001 From: DusanSacha Date: Thu, 21 Apr 2016 08:16:58 +0200 Subject: [PATCH] Added hint to JS increment challenge --- .../basic-javascript.json | 3 ++- 1 file changed, 2 insertions(+), 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 2bd43fd648..6b583a7fb9 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -433,7 +433,8 @@ "i = i + 1;", "Note
The entire line becomes i++;, eliminating the need for the equal sign.", "

Instructions

", - "Change the code to use the ++ operator on myVar." + "Change the code to use the ++ operator on myVar.", + "Hint
Learn more about Arithmetic operators - Increment (++)." ], "releasedOn": "January 1, 2016", "challengeSeed": [