JSFiddle - React, Tailwind, and code Playground
by fparent
JavaScript
var foo = (function() {
(function bar() {
}());
return {
/* my other stuff */
}
}());
by fparent
var foo = (function() {
(function bar() {
}());
return {
/* my other stuff */
}
}());