Education

Professional Development

Image

Coding 101 - JS data types

2
plays

6 questions

Show Answers
See Preview
  • Fill in the Blank
    Please save your changes before editing any questions.
    1 minute
    1 pt

    What is the correct data type?

    const name = "Mostafa";

  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What is the correct data type?

    let isLoading = false;

    string

    number

    undefined

    boolean

  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What is the correct data type?

    let price = "550";

    string

    boolean

    number

    null

  • Explore all questions with a free account

    Already have an account?