Skip to content
Advertisement

Tag: code-formatting

What is the correct way of code comments in JavaScript

What is the correct way of code comments in Javascript – is the same syntax as in Java? And which tools actually would take advantage of these comments: I found new Resharper 6 (I write JS in VisualStudio 2010) offers the same comments as in C#, but only within the functions body, something like /// <param name=”overlayElement”></param> . The JS

Advertisement