1. 자바 스크립트를 콘솔창에서 실행하기 위한 node.js 를 설치한다.
다운로드 링크 : https://nodejs.org/en/
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
2. 자바스크립트를 실행시키기 위한 VScode 설치
다운로드 링크 : https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
'JavaScript' 카테고리의 다른 글
JavaScript 조건문 (1) | 2022.11.03 |
---|---|
JavaScript 연산자 (0) | 2022.11.03 |
JavaScript 데이터타입 (0) | 2022.11.03 |
Java Script 변수(var, let, const 차이) (0) | 2022.11.03 |
JavaScript Hello World(with node.js) (0) | 2022.11.03 |