We're a place where coders share, stay up-to-date and grow their careers.
I have a podcast
Work
n00b dev
All private interactions must abide by the code of conduct.
are you using an specific library for this? or what version o...
Feb 22
you are missing a > to create the phat arrow to define the...
Nov 23 '21
let's over complicate this :P const solution = number =>...
Nov 24 '20
You are correct! here is the revisited version: const toCa...
Oct 27 '20
Since split already uses g as regex mod... and there is no ne...
const cakes = (recipe, available) => Math.min(...Objec...
Recent comments
Data Structures and algorithims in Javascript
are you using an specific library for this? or what version o...
1 line of code: How to get the average of an array
you are missing a > to create the phat arrow to define the...
JavaScript Challenge 7: Multiples of 3 or 5
let's over complicate this :P const solution = number =>...
JavaScript Challenge 6: Convert string to camel case
You are correct! here is the revisited version: const toCa...
JavaScript Challenge 6: Convert string to camel case
Since split already uses g as regex mod... and there is no ne...
JavaScript Challenge 5: Pete the baker
const cakes = (recipe, available) => Math.min(...Objec...