#var, let & const
You can create variables with var
, let
and const
in JavaScript. It can be confusing to understand how these three methods differ and when you should use which.
This video dives into these three alternatives and highlights the differences.