Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

const is useful because it binds the variable to a name and means you cannot re-assign it. So you can do this:

...