Make const, not varOctober 10, 2019 use const by default only use let if rebinding is needed var shouldn’t be used further reading