611 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			611 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f44f1000cf542c50ff61 | 5 | Problem 227: The Chase | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler227(), 3780.618622, "<code>euler227()</code> should return 3780.618622.");'
Challenge Seed
function euler227() {
  // Good luck!
  return true;
}
euler227();
Solution
// solution required