Why you shouldn't use 'var' anymore!
I’ve been using JavaScript ES6 syntax for a while now and One of the first and easiest changes I adapted to was using let/const instead of var. However, I took for granted the benefit let provides over var; it isn’t just a flashy new syntax for var, ...
akashrj.hashnode.dev2 min read