/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
shallow-copy
/
example
/
/var/www/greso.tech/server/nsm/node_modules/shallow-copy/example
mkdir
upload
Name
Size
Mode
Actions
array.js
182
0644
edit
dl
rm
object.js
175
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/shallow-copy/example/object.js
(175B)
var copy = require('../'); var obj = { a: 3, b: 4, c: [5,6] }; var dup = copy(obj); dup.b *= 111; dup.c.push(7); console.log('original: ', obj); console.log('copy: ', dup);
Save
cmd:
run