Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/66068ad667567091500128c5.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: This library has so many functions. How can I effectively analyze the documentation for them? -->

--description--

A library is like a big bookshelf with lots of code that programmers can use. Think of it like a cookbook with many recipes (functions) you can use to cook (program) different dishes (projects).

For example, a library in programming might have a function to make charts. Instead of writing code from scratch, you can use this function, like following a recipe to make a cake.

--fillInTheBlank--

--sentence--

This BLANK has so BLANK functions. How can I effectively analyze the documentation for BLANK?

--blanks--

library

--feedback--

This word in programming is like a collection of code, similar to how a library is a collection of books.


many

--feedback--

It is used to describe a large number of something. In this case, it refers to the numerous functions in the library.


them

--feedback--

It is a pronoun used to refer to multiple things. Here, it refers to the functions in the library.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.4
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.4,
      "dialogue": {
        "text": "This library has so many functions. How can I effectively analyze the documentation for them?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.9
    }
  ]
}