Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/66339f1995bdea9d4aa28cd8.md

latest2.4 KB
Original Source
<!-- (Audio) Tom: Thanks, Sophie. I'm also using many constants in my project. But what's the difference between variables and constants? -->

--description--

The word difference refers to the way in which two or more things are not the same. It highlights the distinct characteristics or qualities between items or concepts.

For example, if you look at an apple and an orange, the difference includes their color, taste, and texture.

The preposition between is often used in the phrase difference between to compare two things or discuss the contrasts that exist when comparing two things.

For instance, He explained the difference between Java and Python.

--fillInTheBlank--

--sentence--

Thanks, Sophie. I'm also using many BLANK in my project. But BLANK the BLANK BLANK variables and constants?

--blanks--

constants

--feedback--

It refers to fixed values in programming that do not change throughout the execution of the program, unlike variables.


what's

--feedback--

It is a contraction commonly used in questions to inquire about something, in this case, asking for an explanation or clarification.


difference

--feedback--

It means two or more things which you are comparing are not the same. It's used to highlight distinctions.


between

--feedback--

It is used to refer to two things being compared.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.5,
      "finishTimestamp": 21.96
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.48,
      "dialogue": {
        "text": "Thanks, Sophie. I'm also using many constants in my project.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.9,
      "finishTime": 8.64,
      "dialogue": {
        "text": "But what's the difference between variables and constants?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 9.14
    }
  ]
}