mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-01 22:01:47 -04:00
611 B
611 B
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle |
|---|---|---|---|---|
| 5900f52a1000cf542c51003c | 5 | Problem 445: Retractions A |
Description
undefined
Instructions
undefined
Tests
tests:
- text: ''
testString: 'assert.strictEqual(euler445(), 659104042, "<code>euler445()</code> should return 659104042.");'
Challenge Seed
function euler445() {
// Good luck!
return true;
}
euler445();
Solution
// solution required