JSFiddle - React, Tailwind, and code Playground

by Researcher

JavaScript

var a = ++[[]][+[]] + [+[]];
log(a);

function log(theMess) {
    document.write(theMess);
}