Const declaration cannot have an array initializer
You attempted to use an array initializer in a Const declaration.
Error ID: BC30445
To correct this error
- Change the initializer to a valid expression by removing the surrounding braces.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
You attempted to use an array initializer in a Const declaration.
Error ID: BC30445