fullstackjs Common ES6 var, let, const : use const everywhere, let only when variable value changes, var only when you must Frontend Backend