freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-360-scary-sphere.ar...

628 B

id challengeType title videoUrl localeTitle
5900f4d41000cf542c50ffe7 5 Problem 360: Scary Sphere

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'assert.strictEqual(euler360(), 878825614395267100, "<code>euler360()</code> should return 878825614395267100.");'

Challenge Seed

function euler360() {
  // Good luck!
  return true;
}

euler360();

Solution

// solution required