JSFiddle - React, Tailwind, and code Playground

by brianjmiller

JavaScript

Y.log("I'm a log message", "debug", "location");
Y.log("I'm a log message", "debug", "line: " + (new Error).lineNumber);
Y.log((new Error));