Loops can execute a block of code a number of times. Loops are handy, if you want to run the same code over and over again, each time with a different value.
The ‘for‘ loop is the most compact form of looping. It includes the following three important parts −
The loop initialization where we initialize our counter to a starting value. The initialization statement is executed before the loop begins.
The test statement which will test if a given condition is true or not. If the condition is true, then the code given inside the loop will be executed, otherwise the control will come out of the loop.
The iteration statement where you can increase or decrease your counter.
For loop is primarily preferred when the number of iterations are well known in advanced.
For Program code, info & more resources checkout this article – https://simplesnippets.tech/javascript-for-loop-control-statement/
Video by – Tanmay Sakpal
Simple Snippets Channel link – https://www.youtube.com/simplesnippets
Original source
28 responses to “#11 JavaScript Tutorial | For Loop”
bhot classic explain krte ho aap , i am a mechanical engineer
Hey x=x+2 works for js why are you making it confusing by using x+=2 ?? Great tutorials, really helpful… Tysm
sir please cover pattern programs by using for loop
Bro how do u extend the lines i mean without going to another line but u get space for previous line as another line at 2:08 min see the 7th line it was extended to another line but it wan't 8th line
how to print first five odd numbers like 1,3,5,7 and 9
Why doesn't this work?
for(var x = 1; x<=10; x++) {
document.write(5*x);
}
Bro you are writing heading tag in quotation what is the need of it..
"<hr>"……. "</hr> "
Why are you writing heading tag in quotation we can write it without quotation also if we do so what will happen??
Sir what to do if I want to print the whole output in a single line just like in c language??
make extra videos on pattern printing
Please cover star printing program
Awesome tutorial bro!!
Why the bracket is used in +(5*x)+ & +(x)+ ?????
Excellent javascript videos ever I have seen among all. I am watching from Germany. Good luck…
Good explanation
Pattern Programmes too.
try to explain with using debugging tool in browser
explanation is great….if possible with one basic example can u give another little tough one.
Hi sir sumanth here.. Do u remember me??
Yes sir make extra videos on pattern printing.. Ppl can understand for loops more detail.. Pattern printing is best example for Learning for loops.. Thank you tanmay sir✌️✌️✌️
if we do it without using the heading tag then how the number move to the next line automatically
I learn new things in your every video. Thanks for sharing you knowledge.
sir plesae make complete javascrpt and nodejs tutorials
Waiting for todays video sir . I think it is going to be whileloop
Good explations going on sir, but sir we need more and more examples programs like patters etc to understand programming in more details.. discussion with more example programmes is always more helpful sir 🙏🙏🙏🙏….
Best explaination sir
Nice explained sir,keep going
Good
This is good example for looping
Nice explanation…..keeep going…