Basically what the title says. In all the examples, `var` is used to declare variables. However, it is better practice to use `let`.
Basically what the title says. In all the examples,
varis used to declare variables. However, it is better practice to uselet.