Beginner TypeScript
Q14 / 100

What is the default value of the first member in a numeric enum?

Correct! Well done.

Incorrect.

The correct answer is C) 0

C

Correct Answer

0

Explanation

By default, numeric enums start numbering their members from 0 unless a different value is specified.

Progress
14/100