1 00:00:00,090 --> 00:00:01,640 ‫Welcome to the loose chapter. 2 00:00:01,650 --> 00:00:06,060 ‫In this chapter you are going to learn how to use the different loop types. 3 00:00:06,060 --> 00:00:07,350 ‫There are plenty of them. 4 00:00:07,350 --> 00:00:09,240 ‫Four to be precise. 5 00:00:09,270 --> 00:00:09,720 ‫Plenty. 6 00:00:09,720 --> 00:00:10,200 ‫Right. 7 00:00:10,200 --> 00:00:14,580 ‫So there is the for loop, the while loop, the do y loop and ta for each loop. 8 00:00:14,580 --> 00:00:17,010 ‫And each of those loops has a certain advantage. 9 00:00:17,010 --> 00:00:22,560 ‫And this advantage, some of them are interchangeable in many scenarios, but you're just going to see 10 00:00:22,560 --> 00:00:26,520 ‫how to use those and what they are used for. 11 00:00:26,520 --> 00:00:34,170 ‫And then you can basically run programs which will loop through those loops or which will iterate multiple 12 00:00:34,170 --> 00:00:36,480 ‫times through such a loop and then. 13 00:00:37,330 --> 00:00:39,550 ‫Basically repeat a certain code block. 14 00:00:39,550 --> 00:00:42,310 ‫And in this chapter you're going to see some cases. 15 00:00:42,310 --> 00:00:48,340 ‫But as with the other keywords that you have learned so far, the more you see them and the more context 16 00:00:48,340 --> 00:00:50,830 ‫you see them in, the more sense they will make. 17 00:00:51,640 --> 00:00:54,070 ‫So let's dive right into it. 18 00:00:54,130 --> 00:00:55,720 ‫See you in the next video.