Languages
[Edit]
EN

TypeScript / JavaScript - immutable enums

9 points
Created by:
Gigadude
791

In this short article, we would like to show how to create immutable enums in JavaScriptTypeScript.

Problem overview

Edit

During compilation, enums are converted to JavaScript objects that can be changed, which can lead to bugs.

Problem solution

Edit

It is necessary to freeze the enum object.

Practical example (JavaScript):

Practical example (TypeScript):

Note: Object.freeze() was introduced in ES5 (ECMAScript 2009).

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join