Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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.
 
PREVIOUS NEXT
Tagged: #complex #type #javascript #memory #allocation
ADD COMMENT
Topic
Name
6+7 =