Is it possible to override the reserved words? I would never do this, but it has caught my attention and made me curious.
Can I make false = true
in Javascript? I've seen some pranks on various sites, where people override the default reserved words with the opposite (not Javascript).
Is this possible in Javascript though?