The job specified the variable name, but in JavaScript this is a reserved name. const name = 'Hero'; - here
name is not a reserved word in JavaScript.
name
Could you post your code and the submission result?