1
00:00:00,140 --> 00:00:06,540
So in summary, we reviewed how and when to use an if and an else statement.

2
00:00:06,540 --> 00:00:09,110
We also then looked at the different types of loops,

3
00:00:09,110 --> 00:00:14,740
starting with do/while and do/until and talked about when they would execute.

4
00:00:14,740 --> 00:00:18,830
We then explained and demonstrated when to use a switch statement and

5
00:00:18,830 --> 00:00:22,080
what that looks like with single and multiple values.

6
00:00:22,080 --> 00:00:22,880
And then, lastly,

7
00:00:22,880 --> 00:00:26,890
we looked at how we implement foreach enumerators so that we can go

8
00:00:26,890 --> 00:00:30,670
through items of numbers or text values and kind of talked about

9
00:00:30,670 --> 00:00:39,000
how all of these should go together. Up next, we'll talk about manipulating data within PowerShell functions.

