popcode
popcode copied to clipboard
Duplicated variable declaration is not throwing an error
var name;
var name;
This should generate an error, but does not. JSHint doesn’t actually validate this(!).
We should just bite the bullet and integrate ESLint as well.