Answers for "complex type in javascript and memory allocation"

0

complex type in javascript and memory allocation

array and objects are complex type
if assume two array
  a=[1,2]
  b= a 
then we are instructing b to point to a and if any changes is done in b if will affect a as well.
Posted by: Guest on December-02-2020

Code answers related to "complex type in javascript and memory allocation"

Code answers related to "Javascript"

Browse Popular Code Answers by Language