JSFiddle - React, Tailwind, and code Playground
by justinwyllie
JavaScript
(function() {
console.log("this works");
})();
/*
function() {
console.log("this does not work"); //unexpected token (
}();
*/
by justinwyllie
(function() {
console.log("this works");
})();
/*
function() {
console.log("this does not work"); //unexpected token (
}();
*/