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.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
You declared a constant, but assigned it a variable expression (a value that can change). Constants cannot contain runtime code.