freeCodeCamp/curriculum/challenges/arabic/08-coding-interview-prep/project-euler/problem-352-blood-tests.ara...

617 B

id challengeType title videoUrl localeTitle
5900f4cd1000cf542c50ffdf 5 Problem 352: Blood tests

Description

undefined

Instructions

undefined

Tests

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

Challenge Seed

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

euler352();

Solution

// solution required