The &yet Blog
Eleven days ago, Jon Lamendola was asking Adam Baldwin in our team chat how to do something with JavaScript. The discussion went like this:
Hasnain says:
I don't know what to think of a language that actually prints output with the following code snippet:
if (b===1 && b===2 && b===herpderp) {
console.log('this runs');
}