La variable non déclaré JavaScript n'est pas autorisée

'use strict';

a = 'hello'; // throws an error
SAMER SAEID