1
00:00:00,330 --> 00:00:02,650
Welcome to the second chapter in this chapter.

2
00:00:02,670 --> 00:00:08,100
You are going to learn the cotton fundamentals, so the very basics of the programming language, we're

3
00:00:08,100 --> 00:00:10,650
going to start with variables and data types.

4
00:00:10,650 --> 00:00:17,910
So things that you need to consider when storing little bits of data and then you can reuse them by

5
00:00:17,910 --> 00:00:18,780
using variables.

6
00:00:18,900 --> 00:00:20,010
So we're going to start with that.

7
00:00:20,170 --> 00:00:23,090
Then we're going to look at condition based code.

8
00:00:23,100 --> 00:00:27,420
So we're going to only execute code that we define.

9
00:00:28,510 --> 00:00:34,330
Based on a condition, so only if a condition is met, then the code will be executed and then we are

10
00:00:34,330 --> 00:00:39,820
going to see how these four loops and wire loops and other loop types, which are executed multiple

11
00:00:39,820 --> 00:00:44,650
times so they can rerun your code depending on which part of code you want to rerun.

12
00:00:44,890 --> 00:00:52,180
And then you will see how to use functions, which are basically a way to combine pieces of code that

13
00:00:52,180 --> 00:00:53,280
you can then reuse.

14
00:00:53,290 --> 00:00:59,200
And this is a super powerful tool that will help you to develop more advanced applications and also

15
00:00:59,200 --> 00:01:00,760
makes the code a lot more readable.

16
00:01:01,150 --> 00:01:02,840
And we're going to look at knuckleballs.

17
00:01:03,040 --> 00:01:08,980
So this is a concept that is not available in all programming languages, but it's used in Scotland

18
00:01:08,980 --> 00:01:12,580
and it's used in most other programming languages, I'd say.

19
00:01:12,790 --> 00:01:14,780
And it's super useful and powerful.

20
00:01:15,070 --> 00:01:15,530
All right.

21
00:01:15,700 --> 00:01:20,390
So what I would recommend is that you definitely do the exercises or try to do them as well.

22
00:01:20,770 --> 00:01:22,480
Go through the video step by step.

23
00:01:22,660 --> 00:01:25,100
And if you have any questions, of course, we're there for you.

24
00:01:25,390 --> 00:01:25,780
All right.

25
00:01:25,790 --> 00:01:28,510
So thank you very much and see you in the next video.

