Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 883 Bytes

File metadata and controls

31 lines (27 loc) · 883 Bytes
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Unterminated comment | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
error-reference
VS.WebClient.Help.SCRIPT1016
JavaScript
TypeScript
DHTML
d4286315-814b-4966-b4c4-1ee19d796eff
mikejo5000
mikejo
ghogen

Unterminated comment

You began a multi-line comment block, but did not properly terminate it. Multi-line comments begin with a "/*" combination, and end with the reverse "*/" combination. The following is an example:

/* This is a comment  
This is another part of the same comment.*/  

To correct this error

  • Be sure to terminate multi-line comments with "*/".

See also

Comment Statements