freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-465-polar-polygons....

612 B

id challengeType title videoUrl localeTitle
5900f53d1000cf542c510050 5 Problem 465: Polar polygons

Description

undefined

Instructions

undefined

Tests

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

Challenge Seed

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

euler465();

Solution

// solution required