Add units to map the debris challenge

This commit is contained in:
Craig Perkins
2017-04-04 10:29:01 -04:00
parent b7142dc6a9
commit 1f2ba1cd34

View File

@ -1346,7 +1346,7 @@
"id": "af4afb223120f7348cdfc9fd", "id": "af4afb223120f7348cdfc9fd",
"title": "Map the Debris", "title": "Map the Debris",
"description": [ "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 <code>{name: 'name', avgAlt: avgAlt}</code>.", "The array will contain objects in the format <code>{name: 'name', avgAlt: avgAlt}</code>.",
"You can read about orbital periods <a href=\"http://en.wikipedia.org/wiki/Orbital_period\" target='_blank'>on Wikipedia</a>.", "You can read about orbital periods <a href=\"http://en.wikipedia.org/wiki/Orbital_period\" target='_blank'>on Wikipedia</a>.",
"The values should be rounded to the nearest whole number. The body being orbited is Earth.", "The values should be rounded to the nearest whole number. The body being orbited is Earth.",