Here is JavaScript code to generate a list of an arbitrarily large number of prime numbers.īecause this is JavaScript, you can even open up your browser's JavaScript console and run this code for yourself. How to Create a List of Primes Using the Sieve of Eratosthenes An illustration of how the Sieve of Eratosthenes Works step-by-step. I assembled this list for my own uses as a programmer, and wanted to share it with you.īefore I show you the list, here's how to generate a list of prime numbers of your own using a few popular languages.