const

const는 객체나 변수가 변경되지 않도록 보장하기위해 사용된다. const를 사용하면 초기화 이후에 값을 변경할 수 없다.

Last updated