es6features
es6features copied to clipboard
Use `const` instead of `var` for math constants
Actually IMO there is no reason to use var for anything anymore. I personally consider it to be obsolete/deprecated in favor of const / let.