0

let b = 10
x: a = b
b // 10
a // 10
x // Uncaught ReferenceError: x is not defined

What is x and how a exists without declaring it first?

connexo
  • 41,035
  • 12
  • 60
  • 87
Stav Alfi
  • 10,681
  • 15
  • 74
  • 124

0 Answers0