This was originally a short reply to a toot by @[email protected], but it kinda grew.
Let me first quote the original toot:
Interesting difference when creating #JavaScript numbers:
Before number literals, plus and minus are unary operators (that coerce to number) and not part of the literal: https://tc39.es/ecma262/#sec-literals-numeric-literals
> +5 >