JavaScript переменная Имя Аргументы и Eval не допускаются

'use strict';

let arguments = 'hello'; // throws an error

let eval = 44;
SAMER SAEID