# 생활코딩

- [재귀함수](https://leeboa.gitbook.io/study/undefined-13/undefined-12.md)
- [정규 표현식](https://leeboa.gitbook.io/study/undefined-13/undefined-9.md)
- [객체지향](https://leeboa.gitbook.io/study/undefined-13/undefined-11.md)
- [객체지향 프로그래밍](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined-5.md)
- [생성자와 new](https://leeboa.gitbook.io/study/undefined-13/undefined-11/new.md)
- [전역객체](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined-4.md)
- [this](https://leeboa.gitbook.io/study/undefined-13/undefined-11/this.md)
- [상속](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined-3.md)
- [prototype](https://leeboa.gitbook.io/study/undefined-13/undefined-11/prototype.md)
- [표준 내장 객체의 확장](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined-2.md)
- [object](https://leeboa.gitbook.io/study/undefined-13/undefined-11/object.md)
- [데이터 타입](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined-1.md)
- [참조](https://leeboa.gitbook.io/study/undefined-13/undefined-11/undefined.md)
- [함수지향](https://leeboa.gitbook.io/study/undefined-13/undefined-10.md)
- [유효범위](https://leeboa.gitbook.io/study/undefined-13/undefined-10/undefined-3.md)
- [값으로서의 함수와 콜백](https://leeboa.gitbook.io/study/undefined-13/undefined-10/undefined-2.md)
- [클로저](https://leeboa.gitbook.io/study/undefined-13/undefined-10/undefined-1.md)
- [arguments](https://leeboa.gitbook.io/study/undefined-13/undefined-10/arguments.md)
- [함수의 호출](https://leeboa.gitbook.io/study/undefined-13/undefined-10/undefined.md)
- [UI API, 문서](https://leeboa.gitbook.io/study/undefined-13/ui-api.md)
- [모듈](https://leeboa.gitbook.io/study/undefined-13/undefined-8.md)
- [객체](https://leeboa.gitbook.io/study/undefined-13/undefined-7.md)
- [배열](https://leeboa.gitbook.io/study/undefined-13/undefined-6.md)
- [함수](https://leeboa.gitbook.io/study/undefined-13/undefined-5.md)
- [반복문](https://leeboa.gitbook.io/study/undefined-13/undefined-4.md)
- [조건문](https://leeboa.gitbook.io/study/undefined-13/undefined-3.md)
- [숫자와문자](https://leeboa.gitbook.io/study/undefined-13/undefined-2.md)
- [변수](https://leeboa.gitbook.io/study/undefined-13/undefined-1.md)
- [비교](https://leeboa.gitbook.io/study/undefined-13/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/undefined-13.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.
