Most implementations of Javascript behavior that are explicitly caused by using pointers and passing byref parameters, which usually indicate the use of C or C ++
This is certainly noteworthy, for example, when you parse a multidimensional array in a loop using an intermediate array. They usually behave very โstrangeโ if you are not familiar with pointers and passing parameters (you need to always do var hlp = new Array () or overwrite previous values โโthat you already store somewhere else)
I'm pretty curious how the javascript implementation is in Java for example, because I assume that this behavior will be completely different in this case?
Rients Dijkstra Sep 10 '13 at 19:42 on 2013-09-10 19:42
source share