# 기본 개념

- [Node.js & npm](https://ljh86029926.gitbook.io/coding-apple-react/undefined/node.js-npm.md): nodejs와 npm에 대해서 알아보겠습니다.
- [npm과 npx의 차이에 대해서](https://ljh86029926.gitbook.io/coding-apple-react/undefined/npm-npx.md): 글로벌 모듈을 설치하지 않기 위한 몸부림
- [Babel](https://ljh86029926.gitbook.io/coding-apple-react/undefined/babel.md): Javascript의 문법 확장
- [Bundler](https://ljh86029926.gitbook.io/coding-apple-react/undefined/bundler.md): 브라우저 단에서 import와 export를 하기 위한 움직임
- [Class](https://ljh86029926.gitbook.io/coding-apple-react/undefined/class.md): 자바스크립트의 Class문법에 관한 내용입니다. 강의 시작 전 보시면 정말 좋습니다.
- [this](https://ljh86029926.gitbook.io/coding-apple-react/undefined/this.md): 자바스크립트의 트릭인 this키워드의 사용 방법에 대해서 알아보겠습니다.
- [import, export에 관해서](https://ljh86029926.gitbook.io/coding-apple-react/undefined/import-export.md): 자바스크립트의 import, export 개념을 탄탄히 다지고 싶으신 분들께
- [Arrow function](https://ljh86029926.gitbook.io/coding-apple-react/undefined/arrow-function.md): '화살표 함수' 에 관해서
- [Map](https://ljh86029926.gitbook.io/coding-apple-react/undefined/map.md): for -> forEach -> map !


---

# 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://ljh86029926.gitbook.io/coding-apple-react/undefined.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.
