Education

Professional Development

Image

Coding 101 - JS data types

2
plays

6 questions

Show Answers
See Preview
  • 1. Fill in the Blank
    1 minute
    1 pt

    What is the correct data type?

    const name = "Mostafa";

  • 2. Multiple Choice
    30 seconds
    1 pt

    What is the correct data type?

    let isLoading = false;

    string

    number

    undefined

    boolean

  • 3. Multiple Choice
    30 seconds
    1 pt

    What is the correct data type?

    let price = "550";

    string

    boolean

    number

    null

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?