freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-284-steady-squares....

610 B

id challengeType title videoUrl localeTitle
5900f4891000cf542c50ff9b 5 Problem 284: Steady Squares

Description

undefined

Instructions

undefined

Tests

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

Challenge Seed

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

euler284();

Solution

// solution required