Closed dhollinden closed 6 years ago
In case this is helpful:
Nearly up to date! Relaunch Google Chrome to finish updating. Version 63.0.3239.132 (Official Build) (64-bit)
macOS Sierra version 10.12.6
This isn't happening for me (on Chrome). Could it be that your browser has the old code cached? Does a cmd-r refresh help?
Ah, shoot, that was it. I should have thought of that. Sorry for the bother! :)
Great, glad we found the cause
I'm looking at the code for the const weekDay = function()
Activate the editor
Run code -> console log shows expected result
Run code a second time -> console.log shows "Uncaught SyntaxError: Identifier 'weekDay' has already been declared (line 1)"
This is happening in other places as well.
Thanks