Sam
0
Q:

js shallow copy

Object.assign({}, obj); // ES6 shallow copy
1
JSON.parse(JSON.stringify(o))
0
/*

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


/*
0

New to Communities?

Join the community