SyntaxFix
Write A Post
Hire A Developer
Questions
Starting ECMAScript 2015 (a.k.a ES6), you can use const
const
const constantString = 'Hello';
But not all browsers/servers support this yet. In order to support this, use a polyfill library like Babel.