JSFiddle - React, Tailwind, and code Playground
by vaff
JavaScript
while(!(succeed = tri()));
alert(succeed.result);
function tri() {
return (Math.floor(Math.random()*1001) == 1) ? { "result" : "You succeeded" } : false;
}
by vaff
while(!(succeed = tri()));
alert(succeed.result);
function tri() {
return (Math.floor(Math.random()*1001) == 1) ? { "result" : "You succeeded" } : false;
}