Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

09장 타입 변환과 단축 평가 #6

Open
HalamLee opened this issue Jun 13, 2022 · 2 comments
Open

09장 타입 변환과 단축 평가 #6

HalamLee opened this issue Jun 13, 2022 · 2 comments

Comments

@HalamLee
Copy link
Contributor

HalamLee commented Jun 13, 2022

타입 변환과 단축 평가

❗ 책과 영상, 자료를 보고 중요 키워드들에 대한 정리를 한 후, 포스팅한 링크들을 댓글로 남겨주세요. 하나의 글에 여러 키워드 정리를 해도 괜찮습니다.

❗ MDN(공식문서)에서 자료 찾는 것을 연습해보세요!

❗ 자료 중 [자바스크립트 개발자라면 알아야 할 33가지 개념]은 이해하기 어려울 수 있습니다. 완벽하게 이해하지 못해도 괜찮으니 읽어보세요.

❗ 만약 책과 영상, 자료를 봤지만 이해하기 어려웠다면 구글이나 유튜브에 해당 키워드를 검색해서 스스로 더 공부해보도록 해요.

❗ 스터디 주제와 관련해서 추천하고 싶은 자료나 영상이 있다면 댓글로 남겨서 공유해주세요🤗


영상

중요 키워드

  • 명시적 타입 변환 vs. 암묵적 타입 변환
  • 논리 연산자를 사용한 단축 평가
  • 옵셔널 체이닝 연산자
  • null 병합 연산자

자료

@ryukyung
Copy link
Member

타입 변환과 단축 평가: https://ryu-ddo.tistory.com/422
코어 자바스크립트1: https://ryu-ddo.tistory.com/424
코어 자바스크립트2: https://ryu-ddo.tistory.com/425

@youngjoo00
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants