✏️ Explanatory Question
A practical use case might be defining a constant for a tax rate that is used throughout an application:
const real taxRate = 0.07;
This tax rate can then be used in various calculations without the risk of being altered.