메인 콘텐츠로 건너뛰기
[jell.]

#destructuring

1개의 포스트

01

JavaScript 구조분해 할당 실전 가이드

Aug 2025

구조분해 할당이란? 배열이나 객체의 속성을 해체하여 개별 변수에 담는 ES6 문법입니다. ```javascript // Before const userName = user.name const userAge = user.age // After - 구조분해 할당 const { name, a

#javascript#destructuring#es6#clean-code
© 2026 jell.—built with next.js
홈검색태그