what exactly is a variable under the hood in javascript?

前端 未结 0 526
小鲜肉
小鲜肉 2021-01-24 16:03

I understand that a variable that is assigned with an object is actually a pointer(reference) to object. eg x=[1,2,3,4}, here x is a pointer to the memory location where the arr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题