JSFiddle - React, Tailwind, and code Playground
JavaScript
window.stuff = 'Neat!';
var Test = function() {
return this.stuff;
};
alert(Test() || 'Not neat.');
window.stuff = 'Neat!';
var Test = function() {
return this.stuff;
};
alert(Test() || 'Not neat.');