From c1af13959eb6cf532cc7da85a27b2d0764499700 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 4 Apr 2017 10:29:01 -0400 Subject: [PATCH] Add units to map the debris challenge --- .../intermediate-algorithm-scripting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json index a84d3bc89b9..3ada8ca0e05 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json @@ -1346,7 +1346,7 @@ "id": "af4afb223120f7348cdfc9fd", "title": "Map the Debris", "description": [ - "Return a new array that transforms the element's average altitude into their orbital periods.", + "Return a new array that transforms the element's average altitude into their orbital periods (in seconds).", "The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.", "You can read about orbital periods on Wikipedia.", "The values should be rounded to the nearest whole number. The body being orbited is Earth.",