ganon
ganon copied to clipboard
A javascript library
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [async](https://github.com/caolan/async) from 2.5.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Closes #768 - [x] Running `yarn lint` does not trigger any linter errors - [x] The test of the method you have fixed is passing - [x] You have written...
There is currently a method called `averageSpeed` that lives in `/lib/averageSpeed.js`. It is incomplete and needs to be fixed! It expects 2 arguments: distance and time, and expects to return...
There is currently a method called `bhaskara` that lives in `/lib/bhaskara.js`. It is incomplete and needs to be fixed! It expects 3 arguments: value of a, value of b, and...
There is currently a method called `curryPartial` that lives in `/lib/curryPartial.js`. It is incomplete and needs to be fixed! Inspired by [this Codewars kata](https://codewars.com/kata/currying-vs-partial-application), `curryPartial` is a generic function that...
There is currently a method called `convertCentimetersToInches` that lives in `/lib/convertCentimetersToInches.js`. It is incomplete and needs to be fixed! ### Acceptance Criteria: 1. Running `yarn test convertCentimetersToInches` results in tests...
There is currently a method called `promisify` that lives in `/lib/promisify.js`. It is incomplete and needs to be fixed! Promisify takes an asynchronous function that uses node style callbacks and...
There is currently a method called `randomInRange` that lives in `/lib/randomInRange.js`. It is incomplete and needs to be fixed! `randomInRange` returns a random integer that falls within a given range,...
There are currently some methods called `SurfaceAreaOf..` or `VolumeOf..` that may live in `/lib/*.js`. They are incomplete and needs to be fixed! ### Acceptance Criteria: 1. Running `yarn test `...