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

[Book] JavaScript (ES2015+) Enlightenment

Results 7 javascript-enlightenment issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Great book @codylindley ! Just updating the endpoints for readers and fixed a spelling error

https://tc39.es/ecma262/#sec-promise.prototype.catch

I'm not sure if I misunderstood this note. According to: https://tc39.es/ecma262/#sec-performpromisethen >Else if promise.[[PromiseState]] is fulfilled, then >---Let value be promise.[[PromiseResult]]. >---Let fulfillJob be NewPromiseReactionJob(fulfillReaction, value). https://tc39.es/ecma262/#sec-newpromisereactionjob > If handler...

https://github.com/babel/babel/blob/070ec201bb1ab8bf78fbb3c7aff2337056bf0ae3/packages/babel-helpers/src/helpers.js#L565-L600

The comment used to describe how the `Array.reduceRight()` function works is the same comment used to describe how the `Array.reduce()` function works. I just edited the comment on how the...