본문 바로가기

JS

Javascript Object length 객체 길이

배열은 arrName.length로 구하면 된다.

object는 Object.keys(objName).length로 구할 수 있다.


https://stackoverflow.com/questions/5223/length-of-a-javascript-object