mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 13:01:43 -04:00
2.3 KiB
2.3 KiB
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle |
|---|---|---|---|---|
| 5900f54c1000cf542c51005f | 5 | Problem 480: The Last Question | Проблема 480: последний вопрос |
Description
Instructions
Tests
tests:
- text: ''
testString: 'assert.strictEqual(euler480(), turnthestarson, "<code>euler480()</code> should return turnthestarson.");'
Challenge Seed
function euler480() {
// Good luck!
return true;
}
euler480();
Solution
// solution required