The const keyword means that the variable cannot be re-assigned. As the official TypeScript documentation states: "This should not be confused with the idea that the values they refer to are immutable."