Question 1 of 10
enum Direction { Up, Down, Left, Right } console.log(Direction.Down);
What's the output?