Hello World 출력 console.log('Hello World'); node.js 설치하기! >여기서 js 파일 실행 가능 html 파일 연결하기 > js 파일 연결해서 실행 가능> 태그 안에 개발자 모드(ctrl+ shift + I) > console 탭 들어가면 Hello World 확인 가능 = node.js와 웹 모두 js에 대한 API가 있다(공통) 개발툴 활용하기 console 탭에서도 js바로 실행할 수 있다 source 탭 = 디버깅할 때 유용 > break point를 건다 자바스크립트 공식사이트는? 이크마 http://ecma-international.org/ Welcome to Ecma International Welcome Ecma International is an ind..