배열은 arrName.length로 구하면 된다.
object는 Object.keys(objName).length로 구할 수 있다.
https://stackoverflow.com/questions/5223/length-of-a-javascript-object
'JS' 카테고리의 다른 글
Javascript date format change toLocaleTimeString()로 날짜 형식 변환 (0) | 2018.08.22 |
---|---|
button auto click (0) | 2018.08.12 |
javascript How to force reloading a page when using browser back button? (0) | 2018.08.06 |
TypeError: Path must be a string. Received undefined TypeError: Cannot read property 'file' of undefined (0) | 2018.08.03 |
Modal에 값 전달 (0) | 2018.08.02 |