Array.from(+{}+'')
.map((_,$)=>$>=1?_.repeat(2):_.toLowerCase())
.reverse().join('')
.slice(1,5);
#javascript#fun#yum
The best carb.js
Array.from(+{}+'') .map((_,$)=>$>=1?_.repeat(2):_.toLowerCase()) ...
Read full article on DEVDevArt keeps this article discoverable at a fast, self-canonical URL and links clearly to the original DEV publication.
