FOR Loop

 for(let i=0;i<=5;i++){


console.log(i);

}

Comments

Popular posts from this blog

Callback Hell

TODO list with DOM

Refactoring callback hell code