Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/660011d015f7d43626524ef8.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Absolutely. You should look for a description of what the function does and any return values. -->

--description--

A description is a detailed explanation about something. For example, The report included a detailed description of the project.

A function in programming is a set of instructions that performs a specific task. Like, The "calculateTotal" function adds up prices.

--fillInTheBlank--

--sentence--

Absolutely. You should look for a BLANK of what the BLANK does and any return values.

--blanks--

description

--feedback--

It refers to the detailed explanation of the function's purpose and operations.


function

--feedback--

It's a specific set of instructions in programming that performs a particular task.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.9,
      "finishTimestamp": 24.88
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "Absolutely. You should look for a description of what the function does and any return values.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}