An example in javascript on how to calculate primes
  • JavaScript 61%
  • HTML 39%
Find a file
2015-01-21 15:16:59 -05:00
index.html A javascript example of how to calculate primes with jasmine unit tests. 2015-01-21 15:16:59 -05:00
Primality.js A javascript example of how to calculate primes with jasmine unit tests. 2015-01-21 15:16:59 -05:00
Primality.spec.js A javascript example of how to calculate primes with jasmine unit tests. 2015-01-21 15:16:59 -05:00
README.md A javascript example of how to calculate primes with jasmine unit tests. 2015-01-21 15:16:59 -05:00

Using an algorithmically efficient means to calculate if a number is prime or not. Also uses a simple Jasmine unit test to demonstrate it.