devleague / Challenge-Summation-of-primes

Summation of Primes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summation of Primes

The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.

Find the sum of all the primes below two million.

Complete the function in summationOfPrimes.js that accepts a single argument limit,
where limit is the upper limit of prime numbers to find.

Running Tests

npm test

About

Summation of Primes


Languages

Language:JavaScript 100.0%