626 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			626 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4861000cf542c50ff98 | 5 | Problem 281: Pizza Toppings | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler281(), 1485776387445623, "<code>euler281()</code> should return 1485776387445623.");'
Challenge Seed
function euler281() {
  // Good luck!
  return true;
}
euler281();
Solution
// solution required