In Visual Studio 2012, I created a web application and then found the following line in the standard _references.js script that came with the project:
What is this reference notation? This is confusing - isn't this a comment that shouldn't do anything? As I understand it, double slash (//) comments on a string in JavaScript. Is there anything special about triple slash comments?
source share