I have looked at various documentation and similar questions on here, but cannot seem to find the particular solution. Apologies if I have missed anything obvious or have repeated this question! As a bit of background info, I have implemented 4 graphs using the Chart.js plugin and passed in the required data using PHP from a database. This is all
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