We're a place where coders share, stay up-to-date and grow their careers.
Front End Developer always looking to learn new tech
All private interactions must abide by the code of conduct.
var numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; numbers.redu...
Mar 30 '20
const sumFrom1ToN = n => (n * (n + 1)) / 2; This wil...
That was a good read, Kevin :) I think there is a typo in se...
Mar 11 '20
After making sure your branch is up to date with the remote(o...
Mar 2 '20
Recent comments
What’s your alternative solution? Challenge #5
var numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; numbers.redu...
What’s your alternative solution? Challenge #5
const sumFrom1ToN = n => (n * (n + 1)) / 2; This wil...
11 ways to iterate an array in Javascript
That was a good read, Kevin :) I think there is a typo in se...
How to squash Git commits
After making sure your branch is up to date with the remote(o...