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 36 million developers.
Sign up
Popular repositories
-
overreacted.io
Forked from gaearon/overreacted.io
Personal blog by Dan Abramov.
JavaScript
-
msw
Forked from kettanaito/msw
Serverless offline client-side API mocking without a single change to a codebase.
TypeScript
-
30-seconds-of-code
Forked from 30-seconds/30-seconds-of-code
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
JavaScript
18 contributions in the last year
Contribution activity
March - May 2019
February 2019
- ruhaise/30-seconds-of-code JavaScript
Created a pull request in kettanaito/atomic-layout that received 12 comments
transformNumeric: Handle "0" as the explicit value
Change log
Fixes #100
transformNumeric now asserts if the value is set, not if it's truthy
Fix a typo in existing transformNumeric unit test
Ad…