Another way of creating containers for values is with let. Variables created with let are known as constants.

Let's take a look

When we create a constant the value we give it can't be changed afterwards. It remains constant.