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 up
Pinned
331 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 30 commits in 1 repository
Opened 4 pull requests in 1 repository
Reviewed 4 pull requests in 3 repositories
zloirock/core-js 2 pull requests
babel/babel-polyfills 1 pull request
babel/babel 1 pull request
Created an issue in tc39/proposal-array-unique that received 2 comments
Clarification of the behavior
// How should be handled keys on `null` / `undefined`? [{ a: 1 }, null, { a: null }].uniqueBy('a'); // => ??? [{}, undefined].uniqueBy('a'); // => ???

