classy
classy copied to clipboard
Absence of "new" works in more cases.
Since a class can be inside an object, when you instantiate that class without "new", the "this" context in the constructor points to that object, instead of the global context.