All Posts tagged as "스트링을 숫자로 바꾸기"

[Algorithm JavaScript] Level1. 스트링을 숫자로 바꾸기

strToInt 메소드는 String형 str을 매개변수로 받습니다. str을 숫자로 변환한 결과를 반환하도록 strToInt를 완성하세요.