598 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			598 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3a61000cf542c50feb9 | 5 | Problem 58: Spiral primes | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler58(), 26241, "<code>euler58()</code> should return 26241.");'
Challenge Seed
function euler58() {
  // Good luck!
  return true;
}
euler58();
Solution
// solution required