JSFiddle - React, Tailwind, and code Playground

by Joe Saad

JavaScript

window.onerror = function() {
    //alert("an error");
}

//const p =0;
//p =1;

//notThere();

const d = new Date();
console.log(d.toISOString().substring(0,10).replace(/\-/g, ''))