> For the complete documentation index, see [llms.txt](https://april.gitbook.io/learning-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://april.gitbook.io/learning-js/chapter-10..md).

# CHAPTER 10. 맵과 셋

ES6에서 새로 도입한 데이터 구조

### 1) 맵

* 키와 값을 연결한다는 점에서 **객체와 비슷**함

### 2) 셋

* 중복을 허용하지 않는 점만 제외하면 **배열과 비슷**함
