Javascript Variable Name Argumentos e avaliar não são permitidos

'use strict';

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

let eval = 44;
SAMER SAEID