freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-208-robot-walks.ara...

627 B

id challengeType title videoUrl localeTitle
5900f43f1000cf542c50ff51 5 Problem 208: Robot Walks

Description

undefined

Instructions

undefined

Tests

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

Challenge Seed

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

euler208();

Solution

// solution required