Declare variable
"use strict"; //forbid usage of not declared variables var age = 13; // local variables inside functions name = "Roman"; // global variable