We use variables declared with let the same way as variables declared with var. The difference being we can't reassign them.

Can you finish the creation of the user constant.

Great. Once the constant is created it's value will remain the same.

Creating a constant requires us to use the let keyword.