Skip to content

Commit 5c39fd5

Browse files
authored
Update README.md
1 parent d3d616e commit 5c39fd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ var new_struct = deep_copy(struct);
3232
// Both have identical values
3333
show_debug_message(array);
3434
show_debug_message(new_araay);
35-
// [ { },[ [ 0 ],[ 1 ],[ 2 ] ],{ class : { a : 0, b : 1, c : 2 }, hmm : "hmm", huh : "huh" } ]
36-
// [ { },[ [ 0 ],[ 1 ],[ 2 ] ],{ class : { a : 0, b : 1, c : 2 }, hmm : "hmm", huh : "huh" } ]
3735
show_debug_message(struct);
3836
show_debug_message(new_struct);
39-
// { thing : { a : 0, b : 1, c : 2 }, stuff : { thing : { thing : [ 0,1,2 ], stuff : { three : 3, four : 4, five : 5 } } } }
40-
// { thing : { a : 0, b : 1, c : 2 }, stuff : { thing : { thing : [ 0,1,2 ], stuff : { three : 3, four : 4, five : 5 } } } }
4137

4238
// But aren't holding the same references
4339
show_debug_message(array == new_araay); // false

0 commit comments

Comments
 (0)