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.
Well, here we go for some JS oneliner: p=i=>[...Array(...
Mar 4 '20
That is just so clean, well thought and well explained! Con...
Jan 2 '20
Some JS oneliners! g=n=>(n>>>0).toString(2).s...
A simple oneliner in JS: f=(a,b)=>""+(+a+(+b))
Nov 18 '19
A bit like @nicolas Hervé, using the reduce method: f=a=...
Nov 7 '19
Here comes a naive oneliner: camel=s=>s.split` `.map(e=...
Oct 18 '19
Did anybody ask for some ugly code? f=a=>(r=[],a.map((...
Oct 16 '19
That's way shorter! Thanks a lot for the input
Sep 16 '19
Recent comments
Daily Challenge #201 - Complete the Pattern
Well, here we go for some JS oneliner: p=i=>[...Array(...
Daily Challenge #152 - Strongest Number in an Interval
That is just so clean, well thought and well explained! Con...
Daily Challenge #152 - Strongest Number in an Interval
Some JS oneliners! g=n=>(n>>>0).toString(2).s...
Daily Challenge #119 - Adding Big Numbers
A simple oneliner in JS: f=(a,b)=>""+(+a+(+b))
Daily Challenge #110 - Love VS. Friendship
A bit like @nicolas Hervé, using the reduce method: f=a=...
Daily Challenge #95 - CamelCase Method
Here comes a naive oneliner: camel=s=>s.split` `.map(e=...
Daily Challenge #93 - Range Extraction
Did anybody ask for some ugly code? f=a=>(r=[],a.map((...
Daily Challenge #66- Friend List
That's way shorter! Thanks a lot for the input