Tech Challenge
2026-08-17
🔷
Daily Tech Challenge
TypeScript
medium
Question 1 of 5
What does the compiler report for the two enum declarations below?
Example
enum Level {
Low = 1,
Mid = 2,
}
enum Level {
High,
}Monday, August 17, 2026 · A new challenge drops every day