Home / Javascript Tips Generated By ChatGPT / Declaring a Constant with const in Javascript Use const for variables that should not change. Source Code const PI = 3.14;