In Javascript, we can call methods on string literals directly without enclosing it within round brackets. But not for other types such as numbers, or functions. It is a syn
I prefer to use parenthesis to disambiguate:
(7).alert();