@@ -12,6 +12,8 @@ This experiment contains a syntax error in a JavaScript code component. A syntax
...
@@ -12,6 +12,8 @@ This experiment contains a syntax error in a JavaScript code component. A syntax
8. In the "Sources" tab, you'll see the JavaScript generated by your PsychoPy experiment, with the line 112 lighting up. Line 112 says `this is a syntax error`. That's indeed invalid JavaScript, which prevented our experiment from starting.
8. In the "Sources" tab, you'll see the JavaScript generated by your PsychoPy experiment, with the line 112 lighting up. Line 112 says `this is a syntax error`. That's indeed invalid JavaScript, which prevented our experiment from starting.
10. If you open the experiment in the PsychoPy builder, you'll find a single routine named trial. The invalid JavaScript can be found in the code component named code, at the "Begin Routine" tab.
10. If you open the experiment in the PsychoPy builder, you'll find a single routine named trial. The invalid JavaScript can be found in the code component named code, at the "Begin Routine" tab.
NB - If you click the error in step 7 but the browser did not take you to line 112, try reloading the page while the Developer Tools are open.

