whatisthis?

백준 2557 javascript (node.js) 풀이 본문

ALGORITHM/BOJ (Node.js)

백준 2557 javascript (node.js) 풀이

thisisyjin 2021. 12. 2. 01:55

입출력과 사칙연산 - (1)

 


 

💡문제

Hello World!를 출력하시오.

📁입력

없음

📈출력

Hello World!


console.log('Hello World!');

 

 

- javaScript 문법과 동일.

 

-document.write()는 html문서 내에 작성하는 것

-console.log()는 console창에 작성하는 것 = 출력