Why let, const and var can't work things out.
When I started writing my first programs in JavaScript, I used to assign all my bindings with var, I came from a Java background and I was astonished to see that here, we didn't need to define the type of the binding, just use a keyword and let the l...
prabhavsharmaa.hashnode.dev7 min read