1
00:00:00,420 --> 00:00:09,420
Let's have a look at our first coding challenge and it says that create an object called user which

2
00:00:09,420 --> 00:00:11,520
has the following properties.

3
00:00:11,550 --> 00:00:14,910
Name John, age 30.

4
00:00:14,940 --> 00:00:16,770
Location New York.

5
00:00:17,160 --> 00:00:26,730
Then create a function called print info, which prints the name and the age property of the user object.

6
00:00:27,240 --> 00:00:28,950
All right, good luck.

