Description of the problem: I tried to pilot this experiment but it is stuck on the initialisation page. I checked the console and it shows: Error: Uncaught SyntaxError: Octal escape sequences are not allowed in strict mode.
Since I don’t know how to code I am unsure what should I do. Help?
Hey,
Could you please share the experiment so I can take a closer look?
In general, it means you were using a number with a leading zero, for example:
let number = 01;
Thanks,
Chen
2 posts were merged into an existing topic: TypeError: core.wait is not a function
This recent post identifies that your error was probably due to using \ rather than / in path names which have numbers in them.
