JavaScript Variables

In this example, x, y, and z are undeclared.

They are automatically declared when first used.

(Not Recommended)