till-tomorrow / Data-Structures-and-Algorithms

includes practices questions as well as algorithms
2 stars 32 forks source link

added isPrime function #8

Closed qihaomah closed 6 years ago

qihaomah commented 6 years ago

This function can be used to determine prime number in Javascript.