console.log : 괄호 안의 메세지를 콘솔창에 출력하는 명령어
EX)
console.log(300); // 300이 출력됩니다. console.log("apple"); // apple이 출력됩니다.
코드에서 주석은 코드를 설명하는 코멘트로 실제 동작하는 코드가 아니다.
EX)
console.log("반갑습니다 여러분"); // console.log 안의 String 출력
EX)
/* Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. */