manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Math Function added - issue #10: added prime to index.js #58

Open tallmanlaw opened 5 years ago

tallmanlaw commented 5 years ago

Description of new feature, or changes

added prime to index.js. Created function to determine whether a number is a prime number or not and returning true or false accordingly.

Related Issues and Discussions

Fixes #10

People to notify

@manrajgrover