Code anything in JavaScript, with only 8 characters
You can convert any Javascript code into these characters:
()[]{}!+
and only these characters.
Here's how:
Numbers
We can get 0 by casting an empty array using +[]. The + is the unary plus, which converts the right side into a numeric value, i.e. 0, ...
blog.mcgee.cat4 min read