Skip to content

Commit 4eeeff1

Browse files
committed
Add log
1 parent 4758bce commit 4eeeff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,8 @@ Object.freeze(box);
23392339

23402340
const shape = box;
23412341
shape.x = 100;
2342+
2343+
console.log(shape);
23422344
```
23432345

23442346
- A: `{ x: 100, y: 20 }`

0 commit comments

Comments
 (0)