630 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			630 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3f51000cf542c50ff08 | 5 | Problem 137: Fibonacci golden nuggets | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler137(), 1120149658760, "<code>euler137()</code> should return 1120149658760.");'
Challenge Seed
function euler137() {
  // Good luck!
  return true;
}
euler137();
Solution
// solution required