curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660696292c16659a5e9ccf81.md
Remember: its is a possessive pronoun used for things or animals, not people. It shows that something belongs to or is part of something else.
When BLANK dealing with classes, begin by checking the BLANK name and properties. This will give you an idea of BLANK purpose and BLANK structure.
you're
It is a contraction of you are, used here to describe an action you are doing.
class's
It is a possessive form, showing that the name and properties belong to the class.
its
This word refers to something belonging to the class, in this case, the class's purpose.
its
This word refers to something belonging to the class, here specifying the class's structure.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.3-3.mp3",
"startTime": 1,
"startTimestamp": 6.48,
"finishTimestamp": 13.78
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.82,
"dialogue": {
"text": "When you're dealing with classes, begin by checking the class's name and properties.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 5.2,
"finishTime": 8.3,
"dialogue": {
"text": "This will give you an idea of its purpose and its structure.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.8
}
]
}