freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-267-billionaire.ara...

619 B

id challengeType title videoUrl localeTitle
5900f4771000cf542c50ff8a 5 Problem 267: Billionaire

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'assert.strictEqual(euler267(), 0.999992836187, "<code>euler267()</code> should return 0.999992836187.");'

Challenge Seed

function euler267() {
  // Good luck!
  return true;
}

euler267();

Solution

// solution required