JSFiddle - React, Tailwind, and code Playground
by martinsoto
JavaScript
d = $.Deferred();
d.done(function () {
alert(this.msg);
});
d.resolveWith({msg: 'It works!'});
by martinsoto
d = $.Deferred();
d.done(function () {
alert(this.msg);
});
d.resolveWith({msg: 'It works!'});