JSFiddle - React, Tailwind, and code Playground
by MattLo
JavaScript
var test = 'Testing!';
(!function ( $ ) {
alert($);
return false;
}(test) ? alert("bad") : alert("good"));
by MattLo
var test = 'Testing!';
(!function ( $ ) {
alert($);
return false;
}(test) ? alert("bad") : alert("good"));