Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/6606977e8f0b509bdac39012.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: After that, you should read the methods and functions associated with the class. These can explain how to interact with the class and what you can achieve using it. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Brian recommend doing next after checking the class's name and properties?

--answers--

Start writing new functions immediately

--feedback--

Brian suggests reading existing methods and functions first, not writing new ones immediately.


Read the methods and functions associated with the class


Change the methods of the class

--feedback--

Brian advises reading and understanding the methods, not changing them at this stage.


Ignore the class's methods and functions

--feedback--

Ignoring the methods and functions goes against Brian's advice. He emphasizes the importance of reading them.

--video-solution--

2

--scene--

json
{
  "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": 16.2,
      "finishTimestamp": 24.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "After that, you should read the methods and functions associated with the class.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.96,
      "finishTime": 9.26,
      "dialogue": {
        "text": "These can explain how to interact with the class and what you can achieve using it.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.76
    }
  ]
}