기본언어2000제
home
자바스크립트2000제
home

A0104출력문의활용_개념04_혼합출력더하기

개념

<script> /* [혼합 출력 더하기] - 출력할 내용이 여러 개인 경우, 두 번째 방법은 더하기(+) 연산자를 사용하는 것입니다. */ document.write("안녕" + "하세요"); document.write("<br>"); document.write("사과 " + 5 + "개를 주세요"); </script>
HTML
복사

영상