Skip to content

Commit a18a420

Browse files
committed
chapter_12 오타 수정
1 parent d261ab0 commit a18a420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/이용우/chapter_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ documnet.getElementById('myButton').addEventListener('click', function () {
461461

462462
// 콜백 함수를 사용한 비동기 처리
463463
setTimeout(function () {
464-
console,log('1초 경과');
464+
console.log('1초 경과');
465465
}, 1000);
466466
```
467467

0 commit comments

Comments
 (0)