알고리즘 & SQLJavaScript 유용한 함수Map이 페이지에서Map선언 Map 은 Object 사용에 비해 느리다. var map = new Map(); 키 확인 map.has(key) set map.set(key, value) get map.get(key);