Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

shallow copy vs deep copy js

/*

Search Results
Featured snippet from the web
A deep copy means that all of the values of the new variable
are copied and disconnected from the original variable. 
A shallow copy means that certain (sub-)values are still connected
to the original variable. To really understand copying,
you have to get into how JavaScript stores values


/*
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #shallow #copy #deep #copy #js
ADD COMMENT
Topic
Name
9+6 =