Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created primeNums.js #58

Merged
merged 1 commit into from
Oct 12, 2019
Merged

created primeNums.js #58

merged 1 commit into from
Oct 12, 2019

Conversation

varghs
Copy link
Contributor

@varghs varghs commented Oct 12, 2019

tests for prime numbers in JavaScript
issue #3
n is the limit to the value of the prime numbers
example:
test_prime(15)
logs 2, 3, 5, 7, 11, 13

tests for prime numbers in JavaScript\
n is the limit to the value of the prime numbers
example: 
test_prime(15)
logs 2, 3, 5, 7, 11, 13
@vichitr vichitr merged commit 3da57f8 into vichitr:master Oct 12, 2019
@varghs
Copy link
Contributor Author

varghs commented Oct 12, 2019

@vichitr, could you approve this in the files changed section so it counts toward Hacktoberfest? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants