booyachael.log
로그인
booyachael.log
로그인
JS-Destructuring
뿌야
·
2023년 3월 16일
팔로우
0
0
자바스크립트
목록 보기
14/24
Array Destructuring
const
numbers
=
[
1
,
2
,
3
]
;
[
num1
,
,
num3
]
=
numbers
;
console
.
log
(
num1
,
num3
)
;
///
1
3
뿌야
hii
팔로우
이전 포스트
자바스크립트 기본-클래스
다음 포스트
JS-Reference and Primitive Types Refresher
0개의 댓글
댓글 작성