The Map object holds key-value pairs and remembers the original insertion order of the keys.
A Map object iterates its elements in insertion order — a for...of loop returns an array of [key, value] for each iteration.
size 프로퍼티 등의 유용한 메서드나 프로퍼티가 있다.