1
00:00:00,940 --> 00:00:09,970
Let's have a look at our third coding challenge, and it says that write or create a function that attracts

2
00:00:10,000 --> 00:00:20,440
over an object and print out each key value per in the format key and value on separate lines.

3
00:00:20,650 --> 00:00:26,860
So you're going to use your custom function and then you're going to use the built in method that you

4
00:00:26,860 --> 00:00:29,230
can use to operate on object.

5
00:00:29,230 --> 00:00:35,440
So you can make reference to the previous video about methods that you can use to operate on or you

6
00:00:35,440 --> 00:00:37,050
can use to operate an object.

7
00:00:37,120 --> 00:00:38,050
Sorry, guys.

8
00:00:38,230 --> 00:00:38,770
All right.

9
00:00:38,770 --> 00:00:39,370
Good luck.

10
00:00:39,370 --> 00:00:40,570
And then see you in the next video.

11
00:00:40,570 --> 00:00:42,820
How I'm going to solve this particular challenge.

