1
00:00:00,330 --> 00:00:03,719
Let's have a look at our second coding challenge.

2
00:00:04,200 --> 00:00:09,300
So it says that create an object called user which has the following properties.

3
00:00:09,300 --> 00:00:17,430
So this equally as the one we did previously with a name, age and location, and then create a function

4
00:00:17,430 --> 00:00:21,810
corporate info which print the name and the property of the user.

5
00:00:21,930 --> 00:00:30,090
But the last thing here, we add it here is that add a property called merit, which is a boolean value,

6
00:00:30,480 --> 00:00:38,460
then add a method called is married, which print whether the user is married or not.

7
00:00:38,550 --> 00:00:40,590
So the previous one and this one.

8
00:00:40,590 --> 00:00:43,440
This one is the advanced and the previous one.

9
00:00:43,440 --> 00:00:45,930
So based on the previous one, we need to improve your skills.

10
00:00:45,960 --> 00:00:49,140
That's why I've added these two logic to it.

11
00:00:49,260 --> 00:00:51,510
All right, good luck.

