JavaScript Variável não declarada não é permitida
'use strict';
a = 'hello'; // throws an error
SAMER SAEID
'use strict';
a = 'hello'; // throws an error