Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 807 Bytes

File metadata and controls

26 lines (23 loc) · 807 Bytes
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Illegal assignment (JavaScript) | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
error-reference
VS.WebClient.Help.SCRIPT5008
JavaScript
TypeScript
DHTML
abebe518-07d7-42cd-af50-00bfda17da08
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 (=)