Replit.JavaScript String-2.getLengthOfWord

younghyun·2021년 12월 29일
0

Assignment
fullName에 이름을 넣어주세요.
fullName의 길이를 console.log로 출력해주세요.
직접 계산하지 계산하지말고, length를 사용하여 길이를 구해주세요.

let fullName="한영현"

console.log(fullName.length)
profile
선명한 기억보다 흐릿한 메모

0개의 댓글