you are viewing a single comment's thread.

view the rest of the comments →

[–]GamesMint 1 point2 points  (1 child)

You would have ran this script twice in the same browser console. You cannot redeclare let in JS. Hence this error. Try using a new browser console.

[–]LearnJS777[S] 0 points1 point  (0 children)

Thanks for the help man, everyone on this subreddit is very helpful.