자바스크립트 객체 순환 for of

이승훈·2025년 6월 30일
for (const key of Object.keys(user)) {
  console.log(key, user[key]);
}
profile
안녕하세요!

0개의 댓글