Expected literal constant
You declared a constant, but assigned it a variable expression (a value that can change). Constants cannot contain runtime code.
To correct this error
- Do not use expressions when declaring constants.
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
You declared a constant, but assigned it a variable expression (a value that can change). Constants cannot contain runtime code.