1
00:00:00,240 --> 00:00:03,630
Welcome to another challenge.

2
00:00:03,750 --> 00:00:06,360
This challenge is all about trimming.

3
00:00:06,360 --> 00:00:08,760
So let's see the question.

4
00:00:09,240 --> 00:00:16,140
It says that create a function to check if a string contains whitespace.

5
00:00:16,379 --> 00:00:21,960
And this function is really, really nice function.

6
00:00:22,110 --> 00:00:26,040
And the function should take one argument as.

7
00:00:26,930 --> 00:00:34,940
A string, the function should return true if the string contains whitespace and force.

8
00:00:34,970 --> 00:00:36,500
If it does not.

