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 a84d3bc89b..3ada8ca0e0 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.",