Constants in JavaScript

Posted by yhuang
Public (Editable by Users)
JavaScript
None
Edit
const PI = 3.14;
console.log(PI);