Reputation: 103
I wrote a one line JS script in jsbin and in the console, it spits out an error.
console.log("test");
In the console on jibs, it shows:
"error"
"Script error. (line 0)"
test
Why? Pretty valid piece of code.
Upvotes: 1
Views: 2096
Reputation: 103
I believe the problem is with the browser, not Jsbin. I posted this answer in case others experience it.
Upvotes: 4