Open jacksonwillis opened 12 years ago
Hello. When I ran this script,
f ; ; ;
I got this error:
Syntax error at row `0' column `0'.
when it is actually line 1, column 1. And when I do this:
; ;f ; ;
Syntax error at row `1' column `1'.
where the error was line 2, column 2.
This is making it impossible for me to debug my programs efficiently.
JavaScript starts counting from 0, since 0 is the first number :)
Hello. When I ran this script,
I got this error:
when it is actually line 1, column 1. And when I do this:
I got this error:
where the error was line 2, column 2.
This is making it impossible for me to debug my programs efficiently.