# 정리할 것 목록

1. 이벤트 관련 정리
   * <https://ko.javascript.info/ui> 를 보고 정리하자.
2. 자바스크립트에서 함수식과 함수문 의 차이를 정리하자
3. 식과 문 자체의 차이를 이해하고 정리하자
   * <https://www.bsidesoft.com/760> 3부작을 읽고 정리하자.
4. 동기 비동기를 이해하고 정리하자.
   * <https://www.bsidesoft.com/399> 3부작을 읽고 정리하자
   * <https://www.daleseo.com/js-async-callback/> 여기 3부작 또한 읽고 정리하
5. 클로저의 정리.
   * 개념 자체는 쉬움. 이 클로저가 어떻게 사용될 수 있는지를 이해하


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined/javascript/undefined-5/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
