648 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			648 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3fd1000cf542c50ff10 | 5 | Problem 145: How many reversible numbers are there below one-billion? | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler145(), 608720, "<code>euler145()</code> should return 608720.");'
Challenge Seed
function euler145() {
  // Good luck!
  return true;
}
euler145();
Solution
// solution required