Variables give names to the information in a program. You will use const for
values that stay the same and let for values that need to change.
You will also practise choosing readable names and combining declarations, reassignment, and console output in a supported challenge.