① 문자와 문자를 더할 때
alert("coding"+" everybody"); // 결과는 coding everybody
② 문자의 길이를 구할 때
alert("coding everybody".length) // 결과는 16