let fruits = {'banana': 'yellow', 'apple': 'red'}; fruits.length; // undefined Object.keys(fruits).length;
Object.keys(객체명).length
댓글
댓글 쓰기