JSFiddle - React, Tailwind, and code Playground
by Shang-De You
JavaScript
var count = 0
test()
function test(){
count++
console.log(count)
if(count != 100){
test()
}
}
by Shang-De You
var count = 0
test()
function test(){
count++
console.log(count)
if(count != 100){
test()
}
}