MLH-Fellowship/pod-3.1.3-portfolio

Use Let and Const instead of Var

Closed this issue · 1 comments

Replace vars with let or const for more modern ES6 JS. Const prevents redeclaring variables. Let allows redeclaration similar to var.

Can work on this.