JSFiddle - React, Tailwind, and code Playground
JavaScript
function myfunc(){
Ext.Ajax.request({
url: '/', method: 'post',
callback: function(opts,suss,resp){
var c=1;
return alert(c);
}
})
}
myfunc();
function myfunc(){
Ext.Ajax.request({
url: '/', method: 'post',
callback: function(opts,suss,resp){
var c=1;
return alert(c);
}
})
}
myfunc();