I was trying to declare a variable named enum but got Uncaught SyntaxError: Unexpected reserved word error.
I'm not using typescript, so why is enum a reserved keyword?
I was searching for it and realized that enum is a reserved keyword, but protected is also reserved and doesn't give me the error.
I also couldn't find what enum is used for or how it works in vanilla js.
