• I am getting an error coming from one of your scripts that is breaking additional functionalities from the page. Basically, the problem is that you’re assigning a value to a variable that is declared globally here.
    You can see screenshot here:
    https://take.ms/THapX

    I’d suggest declaring the ‘i’ variable locally in your scope so that this issue is gone.

  • The topic ‘Uncaught TypeError: Assignment to constant variable.’ is closed to new replies.