Skip to content

Commit 40dd94d

Browse files
committed
Update 21-map-the-debris.js
1 parent a5bead7 commit 40dd94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09-intermediate-algorithm-scripting/21-map-the-debris.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Map the Debris
2+
Map the Debris:
33
Return a new array that transforms the elements' average altitude into their orbital periods (in seconds).
44
The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.
55
You can read about orbital periods on Wikipedia (https://en.wikipedia.org/wiki/Orbital_period).

0 commit comments

Comments
 (0)