let str = ' never give it up'
str.split(' ') 빈칸이 여러개일 경우
["", "never", "", "give", "it", "", "", "up"]
같은 식으로 빈 ""가 들어감.