JS
challenger
JS
challenger
  • Home
  • Javascript Basics
    (0/87)
    • # variables
      (0/10)
    • # booleans
      (0/4)
    • # operators
      (0/18)
    • # strings
      (0/6)
    • # conditionals
      (0/8)
    • # functions I
      (0/10)
    • # arrays
      (0/7)
    • # objects
      (0/5)
    • # loops
      (0/5)
    • # scope
      (0/8)
    • # asynchronous javascript
      (0/6)
  • Javascript DOM
    (0/19)
  • Javascript Practice
    (0/80)
  • Challenge Rush
0
0
Imprint Privacy Policy Terms
Home Javascript basics
Variables

Variables

console.log
variable declaration
variable assignment
variable usage
  1. NEXT
    The console and introduction to variables
    LESSON
  2. NEXT
    Reassign a value to a variable
    CHALLENGE
  3. NEXT
    Assign a value to a variable
    CHALLENGE
  4. NEXT
    Assign the value of another variable
    CHALLENGE
  5. NEXT
    Create the missing variable
    CHALLENGE
  6. NEXT
    Create variables with const
    LESSON
  7. NEXT
    Accessing a variable (1)
    CHALLENGE
  8. NEXT
    Accessing a variable (2)
    CHALLENGE
  9. NEXT
    Declare a variable and assign a number
    CHALLENGE
  10. NEXT
    Reassign a value to a variable (2)
    CHALLENGE