JavaScript: var, let and const- should you stop using var?

JavaScript: var, let and const- should you stop using var?

If you are familiar with JavaScript, you may already know the var keyword. This keyword was used for ages for declaring JavaScript variables...