JSFiddle - React, Tailwind, and code Playground

by rmurphey

JavaScript

$.when({ promise : function() { alert('I do my homework'); } })
    .then(function() { alert('done') });;