1

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.

Sean Coleman
  • 103
  • 7

2 Answers2

4

I believe the problem is with the browser, not Jsbin. I posted this answer in case others experience it.

Sean Coleman
  • 103
  • 7
  • Thanks, I was getting this error in Safari...saw your answer, immediately downloaded Firefox, ran the same code, and bingo! No error! – Woodstock Feb 10 '18 at 16:54
3

Only need to press the new file in the upper left corner

Chaoyenpo
  • 389
  • 3
  • 9