DEV Community

Saif Al Siam
Saif Al Siam

Posted on

4 1

Basic TypeScript {Day - 28}

100daysofcode {Day - 28}

Gaining basic knowledge about TypeScript...!
Alt Text

Top comments (1)

Collapse
 
ronaldoperes profile image
Ronaldo Peres • Edited

Nice,

FYI:
C#: An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type.

Typescript: Enums are one of the few features TypeScript has which is not a type-level extension of JavaScript. Enums allow a developer to define a set of named constants. Using enums can make it easier to document intent, or create a set of distinct cases. TypeScript provides both numeric and string-based enums.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay