

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
enum Status { Active = 1, Idle = 2 }
console.log(Status.Active);

Trace the program the way the computer would, then make your call before running anything.
enum Status { Active = 1, Idle = 2 }
console.log(Status.Active);