recursive loop
Jul 13, 2021
let i=0,limit=5;
function loopCheck(){
i++;
if(i<limit){
loop(i)
}
}
function loop (i){
console.log(i)
loopCheck();
}
loop(i)
let i=0,limit=5;
function loopCheck(){
i++;
if(i<limit){
loop(i)
}
}
function loop (i){
console.log(i)
loopCheck();
}
loop(i)
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app