객체의 길이를 구하는 방법 - JavaScript function countNumberOfKeys(obj) { return Object.keys(obj).length; } JavaScript 2020.10.10