In this tutorial I show you how to use the “do while loop” in JavaScript.
Don’t forget to subscribe:
http://www.youtube.com/user/QuentinWatt
For collaborations and business inquiries, please contact via Channel Pages: http://ChannelPages.com/QuentinWatt Social links:
————————————————————-
Add me on twitter:
Tweets by QuentinWatt
facebook group:
https://www.facebook.com/quentin.watt
————————————————————-
Original source
34 responses to “JavaScript beginner tutorial 21 – do while loop”
Great video. I've been watching a bunch of while loops videos, so I can make sure I fully understand. This is the first video that ive watched that shows the statement starting off false.
the diff is big betwin 'while' and 'do while' and he explaned it prity good 🙂 stone age old video but helps anyways
Wow👏👏👏👏
another great video.
This is super helpful!
Great tutorial! Could you give an example of a situation where you would need this to run on a website?
Please make more videos, dude. I love your tutorials.
Clear and simple explanation . Thank you
Thanks a lot – very clear explanation!
thank you, all your videos make things easy to understand.
thanks for being an amazing javascript teacher you have reall helped me n I'm sure many other as well …keep up the good work you make javascript less and I mean very less complicated
i already studied C and it is similar to it great tut but finding Little bit boring bcz it's similarity wth C
I just wanted to say a big thank you for making these topics easy to understand. You take confusing topics and show the method or the 'how to' in a simple, step-by-step explanation with exemplars. You are wonderful!
when i write <br> it shows only 1 other wise its show 1 to 17 why?
var dowhile=1;
do {
document.write(dowhile");
dowhile++
}
while (dowhile<=17+"<br>);
Thanks sir!
thanks!
nice one bru
very well
awesome, thanks!
Differnece!:
Do will work at least 1time if the condition(your program is false)
While will work only if your program is true
Nice lesson!
it was very helpful toturial although ididnt understand it in the college but here helped me to understand more THanks your expaination is clearly and obviously even my is next me and she is thanking you due he understand the material
Love how sometimes you start imitating how the computer or code would act haha. It is actually really helpful to understand what's going on. You are just very good at teaching Quentin. Loving this course, good job mate!
thanks for these videos! They are really helping me to make more sense of the tutorials in Codecademy. 🙂
Oops I forgot to add the incrementer and crashed Chrome lol, don't do it folks!
awesome tutorial.
Very helpful , thanks.
you really Perfect teacher
this code is freezing up my browsers
this is awesome but where would programmers actually use this?
perfect explanation in simple words thank you !
You could write a song "Do while diddy diddy dum did do." If you are too young to remember this Do Wah Diddy – Manfred Mann (Lyrics)
You are a natural teacher. Thanks — this is a great review and helpful for me getting the JavaScript syntax down!
good