JSFiddle - React, Tailwind, and code Playground

by adamschwartz

JavaScript

window.onerror = function (message, url, lineNo){
    console.log(message, url, lineNo);
}

var foo;
foo.bar();