-
Senior Front-end @ Loadsmart
- Brazil
Pinned Loading
-
-
-
-
mostly-adequate-guide-pt-BR
mostly-adequate-guide-pt-BR PublicForked from MostlyAdequate/mostly-adequate-guide-pt-BR
Mostly adequate guide to FP (in javascript, translated in portuguese)
JavaScript
-
pareto.js
pareto.js PublicForked from concretesolutions/pareto.js
A light-weight utility library that follows the 80/20 principle.
JavaScript
-
spread utils
spread utils 1const addCounter = (list) => {
2// return list.concat([0]); // old way
3return [...list, 0]; // ES6 way
4};
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.