I am a beginner in angular2, for practice purpose I have downloaded the Tour of Heroes code and tried to run it on my system locally, but every time I am running it an error is appearing.
SyntaxError: let is a reserved identifier
let urlParts;
I came to know that let
is the reserved keyword of firefox
. But there must be a strong solution for that.
I have searched this issue on Google a lot, but could not get any satisfactory solution. And I am running it by
npm
I haven't made any changes in this code. Kindly guide.
Kindly ignore if I made any mistake in this question.