1 00:00:00,790 --> 00:00:03,540 In this section, you're going to learn how to run your code in a loop. 2 00:00:05,120 --> 00:00:10,220 So far, you know how to store information inside variables, control how your code runs using Felsen, 3 00:00:10,220 --> 00:00:12,730 switch and organize your code into functions. 4 00:00:13,250 --> 00:00:15,820 The next step is to learn how to run your code in a loop. 5 00:00:16,430 --> 00:00:20,300 You're going to learn to repeatedly run code inside of a for a loop and a while loop. 6 00:00:22,020 --> 00:00:26,010 Then I'm going to teach you to gain full control over your loops with break and continue. 7 00:00:28,440 --> 00:00:32,340 And once you learn all of these topics, you're going to be ready to build the sections Project Pocari 8 00:00:32,340 --> 00:00:34,280 to a very exciting project. 9 00:00:34,290 --> 00:00:35,860 That's my personal favorite. 10 00:00:36,180 --> 00:00:37,590 I can't wait to see you in class.