JSFiddle - React, Tailwind, and code Playground

by Valeriy

JavaScript

qwe().then(good_qwe, bad_qwe);
function qwe() {
console.log("re");
return "Www";
}


function good_qwe(data) {
alert (data);
}

function bad_qwe() {
alert("sosi");
}