//상수 (constant) const PI = 3.14; //원주율 let radius = 0; //반지름
const는 재할당 안되고, 선언만 하는거 안됨
const 상수명은 무조건 대문자!