How short can we write numbers in JavaScript without alphanumeric characters?

Without using any digits, letters or the identifier characters $ and _, how short can we write numbers in plain JavaScript?
Basics There are four ways to write the number 0 using only three…

Similar