Skip to content

Commit 32dcdb6

Browse files
committed
deploy: 0373d65
1 parent 482dba3 commit 32dcdb6

116 files changed

Lines changed: 38677 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5bfb3bf608ec8f65e605fccb94a57a3b
3+
config: df69a096ea7249b41c6a739f422f4048
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/이용우/chapter_22.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ console.log(getThisBinding.call(thisArg)); // { a: 1 }
426426
const person = {
427427
name: 'Lee',
428428
foo(callback) {
429-
// 1)
429+
// 1) 콜백 함수 호출
430430
setTimeout(callback, 100);
431431
}
432432
};
@@ -473,8 +473,5 @@ person.foo(function () {
473473
474474
475475
476-
```
477-
478-
479476
480477

0 commit comments

Comments
 (0)