Are you familiar with BrainFuck language? No? It's simple.
It's a esoteric programming language that consists only of the following chars:
+
, -
, <
, >
, [
, ]
But we are JavaScript fan boys and girls. We want to crete our own.
We want to create our own awesome esoteric language using only the following valid JS chars:
[
, ]
, (
, )
, !
and +