Trending

#RandomGen

Latest posts tagged with #RandomGen on Bluesky

Latest Top
Trending

Posts tagged #RandomGen

#JS #CodeChallenge #RandomGen #Frontend #Programming #ConsoleFun #Tech
Past this code in your browser console and press ENTER!

for(let i=0;i<50;i++)console.log('ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split``.map(_=>'ABCDEFGHIJKLMNOPQRSTUVWXYZ'[Math.random()*26|0]).join``.slice(0,15))

3 1 2 0