> For the complete documentation index, see [llms.txt](https://toothlessdev.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toothlessdev.gitbook.io/main/web-develop/javascript.md).

# JavaScript

- [변수와 데이터 타입](https://toothlessdev.gitbook.io/main/web-develop/javascript/undefined.md)
- [연산자와 타입변환, 단축평가](https://toothlessdev.gitbook.io/main/web-develop/javascript/undefined-1.md)
- [메모리와 가비지 컬렉터](https://toothlessdev.gitbook.io/main/web-develop/javascript/undefined-2.md)
- [Vite SSR 플러그인 뜯어보기](https://toothlessdev.gitbook.io/main/web-develop/javascript/vite-ssr.md)
- [package.json 과 dependency](https://toothlessdev.gitbook.io/main/web-develop/javascript/package.json-dependency.md): npm 으로 디자인시스템을 만들고 배포하면서, peerDependency 와 devDependency 와 같은 개념들을 공부하며 정리한 포스트입니다
- [JS 의 비동기 처리](https://toothlessdev.gitbook.io/main/web-develop/javascript/js.md)
- [JavaScript Bundler 란?](https://toothlessdev.gitbook.io/main/web-develop/javascript/javascript-bundler.md)
