Skip to main content
๐Ÿ”ฎ Output PredictionTS TypeScript Hard+35 XP

Enum Values

What does this output?

TypeScript
enum Color { Red, Green, Blue }
console.log(Color.Green);
console.log(Color[1]);

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep