#js
Read more stories on Hashnode
Articles with this tag
I will wear my statistician hat as I scrutinize this JS one-liner: const getRandomItem = (items) => items[Math.floor(Math.random() *...
Today's overthinking rant is about none other than JavaScript: THE programming language of all modern browsers, plus some servers as well thanks to...