JavaScript

Map vs. Array

매료매료 2020. 7. 31. 12:48

Map : object 형식으로 바로 index 찾을 수 있음... -> deep copy 활용

 

Array : index를 알아야 찾을 수 있음.