Appearance
const is a signal that the variable won’t be reassigned.
const
let is a signal that the variable may be reassigned
let