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
  • 53,704
  • 14
  • 91
  • 128
Stav Alfi
  • 13,139
  • 23
  • 99
  • 171

0 Answers0