javascript-express icon indicating copy to clipboard operation
javascript-express copied to clipboard

Learn JavaScript & TypeScript through interactive examples

Results 4 javascript-express issues
Sort by recently updated
recently updated
newest added

If we consume [https://api.coindesk.com/v1/bpi/historical/close.json](https://api.coindesk.com/v1/bpi/historical/close.json) we are no longer getting the `bpi` node needed in the response to complete the exercise. So, we need to update it to consume data for...

The removeLIstener method in the custom Emitter won't filter out the target listener. ` removeListener(eventName, listener) { const listeners = this.listeners[eventName] || [] listeners.filter(element => element === listener) this.listeners[eventName] =...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

On line 25 there's an extra argument that doesn't appear to be used for anything (the "8"): `const myCat = new Cat('nyan', 8)`