The title of this article is a little tongue-in-cheek.
Code golfing is a term used to describe the practice of getting as few "points" (as you do ...
For further actions, you may consider blocking this person and/or reporting abuse
Cool!
Just learned some interesting things about JS
It was a bit unexpected that
'' && 100would return an empty string. I thought the result would be false.Was interesting to find out that bitwise operators could work like
Mathfunctions.Reminds me of Jed's 140byt.es, now discontinued. My first golf was a base64 decoder.
😃
Awesome 👍