# 엘리\_자바스크립트

- [자바스크립트 기본](https://leeboa.gitbook.io/study/_/undefined-3.md)
- [클래스 예제와 콜백함수](https://leeboa.gitbook.io/study/_/undefined-3/undefined-1.md)
- [연산자 boolean](https://leeboa.gitbook.io/study/_/undefined-3/boolean.md)
- [함수 정의, 호출 그리고 콜백](https://leeboa.gitbook.io/study/_/undefined-3/undefined.md)
- [변수타입과 object 차이점](https://leeboa.gitbook.io/study/_/undefined-3/object.md)
- [JavaScript async 와 await](https://leeboa.gitbook.io/study/_/javascript-async-await.md)
- [JavaScript Promise](https://leeboa.gitbook.io/study/_/javascript-promise.md)
- [자바스크립트 callback](https://leeboa.gitbook.io/study/_/undefined-2.md)
- [자바스크립트 json](https://leeboa.gitbook.io/study/_/json.md)
- [유용한 10가지 배열 함수들](https://leeboa.gitbook.io/study/_/10.md)
- [자바스크립트 배열(array)](https://leeboa.gitbook.io/study/_/array.md)
- [자바스크립트 object](https://leeboa.gitbook.io/study/_/object.md)
- [자바스크립트 (class vs object) 객체지향 언어](https://leeboa.gitbook.io/study/_/class-vs-object.md)
- [자바스크립트 함수](https://leeboa.gitbook.io/study/_/undefined-1.md)
- [자바스크립트 연산.반복문](https://leeboa.gitbook.io/study/_/untitled.md)
- [데이터타입, data types, let vs var, hoisting](https://leeboa.gitbook.io/study/_/data-types-let-vs-var-hoisting.md)
- [script async 와 defer의 차이점 콘솔 출력](https://leeboa.gitbook.io/study/_/script-async-defer.md)
- [자바스크립트역사](https://leeboa.gitbook.io/study/_/undefined.md)


---

# 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://leeboa.gitbook.io/study/_.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.
