project 01 - 문자열 비교하기 #24
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mini JS Assignment 과제 제출
제출자 정보
과제 완료 체크리스트
구현 내용
Step 1
reduce 메서드 사용한 이유: 같은 글자수를 누적하기 위해
Step 2 - WORDS 와 value가 같은지 확인하는 함수 선언
Step 3 - 상수 WORDS 대신TargetWORD 상태관리
학습한 내용
reduce 메서드 사용법 복습
input 태그는 자식을 가질 수 없음(다른 텍스트나 태그 XXX)
질문사항 (선택사항)