why an global object (array) is not modified inside a function

后端 未结 0 321
太阳男子
太阳男子 2021-01-23 06:42

Since arrays and object are passed by reference with javascrit, why a global array modified inside a function is not modified after the function call ?

Here is a simple e

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