본문 바로가기

Programming Language/Javascript

[JS] JS 기본 개념 관련 참고 자료

728x90

1) 구조 분해 할당
- 배열 구조 분해
- 객체 구조 분해
- 기본값 갖는 새로운 이름의 변수에 할당하기

 

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment

 

2) fetch
https://developer.mozilla.org/ko/docs/Web/API/Fetch_API/Using_Fetch

 

3) axios
https://axios-http.com/kr/docs/example

 

4) async, await
- async/await와 함께 다시 쓰는 promise code
https://developer.mozilla.org/ko/docs/Learn/JavaScript/Asynchronous/Async_await

 

5) var, let, const 차이점

 

6) Web Component
https://velog.io/@design0728/Web-Component-8njgyg44

 

7) ES 문법

반응형