Skip to content

Commit b90d551

Browse files
committed
Add more dubug output
1 parent 9c60dc8 commit b90d551

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

JavaScript/4-has.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ if ('age' in person) {
3232
}
3333
}
3434
}
35+
36+
console.dir(person);

JavaScript/7-apply.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ const amax = new Proxy(max, {
99
}
1010
});
1111

12+
console.log(max(7, 3, 12, 5, 0, 4, 8, 5));
1213
console.log(amax(7, 3, 12, 5, 0, 4, 8, 5));

0 commit comments

Comments
 (0)