Y
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
e12e
2179 days ago
See also:
alert(Array(16).join("wat" - 1) + " Batman!");
From:
https://www.destroyallsoftware.com/talks/wat
link
alert(Array(16).join("wat" - 1) + " Batman!");
From: https://www.destroyallsoftware.com/talks/wat