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

[1단계 - todo list] 웨지(성시형) 미션 제출합니다. #37

Open
wants to merge 11 commits into
base: sihyung92
Choose a base branch
from

Conversation

sihyung92
Copy link

@sihyung92 sihyung92 commented Mar 27, 2021

JS 재밌네요~~~~~~~~!
하지만 체스를 더 하고 싶다는거~~~~~~~~~~!
2단계도 얼른 마쳐서 보내겠습니다.

새롭게 배운 것

  1. 모듈화, Export Import
  2. defer를 통해 document.onReady함수를 대체할 수 있다. 혹은 module을 통해서도 가능
  3. JS의 상태관리
  4. element와 Array의 각종 API
    1. element
      • element.querySelector(selector) : selector 를 통해 요소를 잡을 수 있다.(자식 요소)
      • element.closest(selector) : 부모 요소 중 가장 가까운 요소를 찾는다
    2. array
      - array.find(predicate) 요소찾기 없으면 undefined
      - array.findIndex(predicate) 요소 인덱스 찾기 없으면 -1
      - array.includes(요소) 요소 exist, T/F
      - array.some(predicate) 요소 중 하나라도 만족하는지 T/F

Thanks to

질문에 성심성의껏 답변해주신 파노 선생님!!!!!!!! 감사합니다

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

Successfully merging this pull request may close these issues.

1 participant