JSFiddle - React, Tailwind, and code Playground
by Shang-De You
JavaScript
function aa(){
}
aa.prototype.test = function(){
//test: function(){
alert("")
//}
}
aa.test()
by Shang-De You
function aa(){
}
aa.prototype.test = function(){
//test: function(){
alert("")
//}
}
aa.test()