JavaScript -nicht deklarierte Variable ist nicht zulässig
'use strict';
a = 'hello'; // throws an error
SAMER SAEID
'use strict';
a = 'hello'; // throws an error