특정 js파일 실행
node 해당파일이름
ex ) --> node index.js --> index.js라는 파일을 실행하겠다는 뜻
JavaScript에서의 변수의 선언 var, let, const