Description of the problem:
Hi everyone,
My experiment is stuck on initializing, I get the following error:
Uncaught SyntaxError: Identifier ‘pi’ has already been declared
Not sure what is wrong with this JS code (pi=Math.PI;)
I have a similar error (Uncaught SyntaxError: Identifier ‘np’ has already been declared), but not sure how to solve it…
I see the ‘‘np’’ in line 113 of the script, but do not know how to solve this error. Can you advise me what to do?