ES6 const
I'd want ECMAScript's `const` shortened to something like `ref`, `val`, `cst`
- it's the most frequently used keyword
- it's not really a constant but more a 'shallow' constant
- it conflicts with console.log auto-completion
- it's the most frequently used keyword
- it's not really a constant but more a 'shallow' constant
- it conflicts with console.log auto-completion
1 comment
[ 7.3 ms ] story [ 13.7 ms ] thread2) You may be confusing immutability vs. binding
3) Trivial editor fix