Merge pull request #14237 from cwperks/fix/add-units-to-map-the-debris

Add units to map the debris challenge
This commit is contained in:
Eric Leung
2017-04-04 15:18:17 -07:00
committed by GitHub

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.",