Intermediate Algorithm Scripting - Map the Debris

Tell us what’s happening:
Describe your issue in detail here.
The test is not running, I need to refresh page if I want to test the code. This is just happen today.

Your code so far

function orbitalPeriod(arr) {
  const GM = 398600.4418;
  const earthRadius = 6367.4447;
  return arr;
}

orbitalPeriod([{name : "sputnik", avgAlt : 35873.5553}]);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.35

Challenge: Intermediate Algorithm Scripting - Map the Debris

Link to the challenge:

Yes, this issue has been raised and should be fixed soon hopefully!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.