Block Scope

Variables declared inside a { } block cannot be accessed from outside the block:

Uncaught ReferenceError: x is not defined