JavaScript app that uses a recursive function to generate positive integers into an array. Uses the Sieve of Eratosthenes algorithm to detect and remove non-prime numbers from that array. PROJECT CODE | VIDEO BREAKDOWN