문자열을 모두 소문자로 바꾼 뒤 리턴하는 메소드입니다.
const string = 'Interactive Engineer' console.log(string.toLowerCase()) // "interactive engineer"