Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 284 Bytes

15. Collection.md

File metadata and controls

11 lines (7 loc) · 284 Bytes

Collection

1. Collection



1. Collection

  • 구조 혹은 비구조화 형태로 프로그래밍 언어가 제공하는 값을 담을 수 있는 공간
  • Indexed Collection: Array, Typed Array
  • keyed Collection: Object, Map, Set, Weak Map, Weak Set