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