How do I make it so that Dreamweaver CS6 doesn\'t give me a syntax error when I use let instead of var?
let
var
Ok, just go to: Edit > Preferences > Linting then Edit the JS file.
add this property:
"esversion" : 6
This helped me.