강의

멘토링

커뮤니티

Inflearn Community Q&A

sarchiveofficial2566's profile image
sarchiveofficial2566

asked

JavaScript Beginner: Building a Strong Foundation

7. Constant, Base

상수 변수 선언에 대해

Written on

·

233

0

상수 변수를 선언할 때 const를 사용해도 되지 않나요?

oopjavascript

Answer 1

0

tonextday님의 프로필 이미지
tonextday
Instructor

맞습니다.
이 과정은 ES5 과정이라서 var을 사용하고 있으며, let과 const는 ES6+ 기본 과정부터 사용합니다.

감사합니다 저는 바로 ES6+ 를 배워서 그랬던거군요.

sarchiveofficial2566's profile image
sarchiveofficial2566

asked

Ask a question