Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 924 Bytes

File metadata and controls

32 lines (29 loc) · 924 Bytes
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs ms.assetid caps.latest.revision author ms.author manager
Illegal assignment (JavaScript) | Microsoft Docs
01/18/2017
windows-client-threshold
javascript
article
VS.WebClient.Help.SCRIPT5008
JavaScript
TypeScript
DHTML
abebe518-07d7-42cd-af50-00bfda17da08
7
mikejo5000
mikejo
ghogen

Illegal assignment (JavaScript)

You attempted to assign a value to a read-only identifier. You cannot assign a value to a read-only identifier. For example, host defined objects and external COM objects.

To correct this error

  • Do not assign values to read-only identifiers.

See Also

Assignment Operator (=)