From 56c81c86f18ccbe4c635fca129cd6104590dcb51 Mon Sep 17 00:00:00 2001 From: Prateek Date: Tue, 1 Aug 2017 01:30:24 +0530 Subject: [PATCH] Changes post review --- .../basic-algorithm-scripting.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json b/seed/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json index da1e3e1d70..183a0822d1 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json @@ -105,6 +105,7 @@ "description": [ "The algorithm to convert from Celsius to Fahrenheit is the temperature in Celsius times 9/5, plus 32.", "You are given a variable celsius representing a temperature in Celsius. Use the variable fahrenheit already defined and assign it the Fahrenheit temperature equivalent to the given Celsius temperature. Use the algorithm mentioned above to help convert the Celsius temperature to Fahrenheit." + "Don't worry too much about the function and return statements as they will be covered in future challenges. For now, only use operators that you have already learned." ], "releasedOn": "January 1, 2016", "challengeSeed": [