Argumenty i ocena zmiennej JavaScript nie są dozwolone
'use strict';
let arguments = 'hello'; // throws an error
let eval = 44;
SAMER SAEID
'use strict';
let arguments = 'hello'; // throws an error
let eval = 44;