You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do attempt to change a const variable without any error. For example, it should throw an error SyntaxError: redeclaration of const y instead of silently not reassigning y in this code
You can do attempt to change a
constvariable without any error. For example, it should throw an errorSyntaxError: redeclaration of const yinstead of silently not reassigningyin this code