We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
During my reflexion about this challenge, I figured out that ...
Jul 9 '20
JS below :) function balanced(note) { clean = (s) => s...
Jul 8 '20
vowels = (str) => (str.match(/[aeiou]/gi) || '').length; ...
Sorry for that (JS) function diamond(int) { if (int < ...
Here in JS function remove(str) { if (str.length >= 3)...
My humble solution: function findN(array) { reducer = (s,...
Here is my proposition in JS: function whoLike(names) { c...
Recent comments
Daily Challenge #5 - Ten Minute Walk
During my reflexion about this challenge, I figured out that ...
Daily Challenge #4 - Checkbook Balancing
JS below :) function balanced(note) { clean = (s) => s...
Daily Challenge #3 - Vowel Counter
vowels = (str) => (str.match(/[aeiou]/gi) || '').length; ...
Daily Challenge #2 - String Diamond
Sorry for that (JS) function diamond(int) { if (int < ...
Daily Challenge #1 - String Peeler
Here in JS function remove(str) { if (str.length >= 3)...
Daily Challenge #265 - Equal Sides
My humble solution: function findN(array) { reducer = (s,...
Daily Challenge #266 - Who Likes It?
Here is my proposition in JS: function whoLike(names) { c...