JSFiddle - React, Tailwind, and code Playground
by web5me
JavaScript
foo = new dojo.declare(null, {
bar: function() {
alert('foobar')
}
}, {
bro: function() {
alert(222);
}
})();
foo.bar();
by web5me
foo = new dojo.declare(null, {
bar: function() {
alert('foobar')
}
}, {
bro: function() {
alert(222);
}
})();
foo.bar();