1
00:00:00,640 --> 00:00:04,900
We'll come to your first coding challenge and strain.

2
00:00:05,470 --> 00:00:16,000
So the first question says that one create a function to find the number of words in a string.

3
00:00:16,180 --> 00:00:17,530
The first criteria.

4
00:00:17,650 --> 00:00:24,310
The second point is that the function should take a string as an argument.

5
00:00:24,670 --> 00:00:30,090
Then the function should retain the number of words in the string.

6
00:00:30,100 --> 00:00:35,890
So this point gives you more details about what you are supposed to do.

7
00:00:35,920 --> 00:00:44,140
Question number two says that create a function to check if a string is longer than a certain number

8
00:00:44,140 --> 00:00:45,250
of characters.

9
00:00:45,930 --> 00:00:51,750
And then let's have a look at the criteria where the function should take two elements.

10
00:00:51,780 --> 00:00:57,900
The first element is a string, and the second element is a number of characters.

11
00:00:58,320 --> 00:01:06,930
The function should return true if the string is longer than the number of characters and force if it

12
00:01:06,930 --> 00:01:07,660
is not.

13
00:01:07,680 --> 00:01:11,840
All right, so have a good luck and try this kind of challenge.

14
00:01:11,850 --> 00:01:17,100
You can use any resources you can refer to the previous contains or online.

15
00:01:17,130 --> 00:01:19,950
Make sure that you get a concept done well.

16
00:01:19,950 --> 00:01:24,180
So in the next video I will show you how I did it.

