Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 829 Bytes

File metadata and controls

27 lines (24 loc) · 829 Bytes
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Expected ']' | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
reference
VS.WebClient.Help.SCRIPT1007
JavaScript
TypeScript
DHTML
8a437ace-c73e-4340-885c-70ccb4bb2ee4
mikejo5000
mikejo
ghogen

Expected ']'

You made a reference to an array element, but did not include the right bracket. Any expression that refers to an array element must include both opening and closing brackets.

To correct this error

  • Add the right bracket to the expression that refers to the array element.

See also

Using Arrays
Array Object