fix: convertQwertyToHangul split 및 Non-null assertion operator 제거, 네이밍 오타 수정 #75
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.
Overview
기존 코드를 보다가 일부 코드 및 오타를 수정하였습니다.
convertQwertyToHangulAlphabet
함수가 반환하는 문자열은iterable
이기 때문에전개 연산자(...)
에 활용 될 수 있습니다. 현재 코드만 봤을 때split('')
을 통해 한번 더 배열로 변환 하는 것은 불 필요하지 않을까 생각합니다🙏 cc. @99miniNon-null assertion operator(!)
를 제거했습니다!PR Checklist