JS

TypeScript Quiz - two types of enums

21.

What are the two types of enums in TypeScript?

Numeric enums and string enums

Object enums and literal enums

Numeric enums and boolean enums

Static enums and dynamic enums