목차
설치
아래 사이트에서 LTS 버전 다운로드
Node.js
brew
이용하여 설치
brew install node
버전 확인
node -v
실행
node
출력 - (1)
> console.log(1+1); # 2 출력
출력 - (2)
node [JS 파일]