메인 콘텐츠로 건너뛰기
Jell의 프로필 이미지

Jell의 세상 사는 이야기

  • TAG

#es6

1개의 포스트

JavaScript 구조분해 할당 완전 가이드 | ES6 문법으로 코드 간결성 200% 향상

이 한 줄의 코드로 10줄을 줄일 수 있습니다 혹시 이런 코드를 작성해본 적이 있으신가요? ```javascript // 😰 ES5 방식 - 길고 반복적인 코드 const userName = user.name const userAge = user.age const userEmail =

Aug 28, 2025·
#javascript
#destructuring
#es6
#modern-javascript
#clean-code
#react
© 2025 Jell, Built with Next.js