Hacker News new | ask | show | jobs
by lemoing 2179 days ago
For those curious, the +'a' after the space is a unary addition operator that evaluates to 'NaN'.
1 comments

See also:

alert(Array(16).join("wat" - 1) + " Batman!");

From: https://www.destroyallsoftware.com/talks/wat