Home > Q&A > body text
function sss(){ var s=0, for (var i=0;i<3;i++) { s++ } alert(s); }
Can anyone please help me write down how to use alert() to print out the effect of 0 1 2 3
****2018-12-22 14:40:59
Alert is placed in front of s++