JSFiddle - React, Tailwind, and code Playground
by kusano
HTML
<script>
function f() {
return 1;
}
function g() {
return
1;
}
document.write("f: "+f()+"<br>")
document.write("g: "+g())
</script>
by kusano
<script>
function f() {
return 1;
}
function g() {
return
1;
}
document.write("f: "+f()+"<br>")
document.write("g: "+g())
</script>