Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
315 contributions in the last year
Activity overview
Contribution activity
December 1, 2020
November 2020
Created 83 commits in 1 repository
Created a pull request in zloirock/core-js that received 5 comments
Opened 3 other pull requests in 1 repository
zloirock/core-js
3
merged
Reviewed 5 pull requests in 3 repositories
babel/babel 2 pull requests
zloirock/core-js 2 pull requests
babel/babel-polyfills 1 pull request
Created an issue in tc39/proposal-array-unique that received 1 comment
Clarification of the behavior
// How should be handled keys on `null` / `undefined`? [{ a: 1 }, null, { a: null }].uniqueBy('a'); // => ??? [{}, undefined].uniqueBy('a'); // => ???