+ 3
Pls take a glimpse of this JS code ( 7 )đ
What is the output of this code? var count = 0; for (var i=0;i<3;i++){ for(var j=0;j<=2;j++){ count++; } } document.write(count);
8 Respostas
+ 3
thanksèćæ, but I don't know how to get this answer đ
+ 3
@Jonathan Carver You're too crucial, I'm hurted by your words...đ€
+ 3
Thank you very much @èćæ
+ 1
Yeah, you're hurted by me trying to not get your post deleted.
+ 1
I was thinking the same thing. đ
0
The output is...
Make a Quiz Factory question of this, and don't post it on the forum.
0
It seemed like a Quiz Factory type of question to me.
0
True, true.
To me though, whenever someone asks: "What is the output of this code," versus "Hey, I need help with this code," the first one sounds more like a challenge question and the second one sounds like the person needs genuine help. So, the line is blurred between the two to me.