> For the complete documentation index, see [llms.txt](https://ljh86029926.gitbook.io/coding-apple-react/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ljh86029926.gitbook.io/coding-apple-react/undefined.md).

# 기본 개념

- [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 !
