🐙
Going back to the future
Software Engineer.
I build UIs and manage state and data architecture on the frontend.
- Auckland, New Zealand
-
07:05
(UTC +13:00) - https://spenceraung.me
- @SpencerAung
Pinned Loading
-
-
-
-
-
Curry function implementation in ES2015
Curry function implementation in ES2015 1function curry(fn) {
2return (...args) => {
3if (args.length >= fn.length) {
4return fn(...args)
5}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.