ganon icon indicating copy to clipboard operation
ganon copied to clipboard

A javascript library

Results 37 ganon issues
Sort by recently updated
recently updated
newest added

There is currently a method called `signedAngle` that lives in `/lib/signedAngle.js`. It is incomplete and needs to be fixed! Return the angle in degrees with the smallest possible absolute value...

help wanted
hacktoberfest
good first issue

There is currently a method called `findPrimeFactorsOfProduct` that lives in `/lib/findPrimeFactorsOfProduct.js`. It is incomplete and needs to be fixed! Write a Function that returns the two prime factors of a...

help wanted
hacktoberfest
good first issue

There is currently a method called `getMapKey` that lives in `/lib/getMapKey.js`. It is incomplete and needs to be fixed! This method should solve the issue to get the nth key...

help wanted
good first issue

There are plenty of methods that could be improved upon, more clearly documented, or contain a better suite of tests surrounding them. Please feel free to jump in and help...

help wanted
hacktoberfest
Great for beginners!

Several methods currently are able to return repeating decimals or irrational numbers. We should either standardize the level of precision that our methods return or (better) add in an additional...

enhancement
Discussion

The instructions for running the tests do not result in a single test being run always. Example: run `yarn test or` and a tremendous number of tests run. Not sure...

bug
Discussion

I think it would be really cool to have some sort of centralized resource where we could see all of the methods that have been created in this project. Kind...

enhancement
Discussion