From 51d7514992eed63b8dc47b7b3450ea74597359be Mon Sep 17 00:00:00 2001 From: Prateek Goel Date: Thu, 20 Jul 2017 16:37:36 +0100 Subject: [PATCH] Move Fahrenheit Variable Below Comment Line Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit --- .../basic-algorithm-scripting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f57754ab31..da1e3e1d70 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 @@ -104,7 +104,7 @@ "title": "Convert Celsius to Fahrenheit", "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 apply the algorithm to assign it the corresponding temperature in Fahrenheit." + "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." ], "releasedOn": "January 1, 2016", "challengeSeed": [