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 math algorithms fibonacci.js and prime.js #155

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ethanpoyton
Copy link

@ethanpoyton ethanpoyton commented Dec 22, 2024

Fibonacci.js function takes in an integer n, generates an array of the first n Fibonacci numbers, and calculates their sum

Prime.js function takes in an integer n and tells the user whether or not it is a prime number

Function takes in an integer n, generates an array of the first n Fibonacci numbers, and calculates their sum
@ethanpoyton ethanpoyton mentioned this pull request Dec 22, 2024
15 tasks
@ethanpoyton ethanpoyton changed the title Created math algorithm fibonacci.js Created math algorithms fibonacci.js and prime.js Dec 22, 2024
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.

1 participant