What is JSDoc and Where to Start?

JSDoc is a specific syntax to document your code. There are a few advantages to use it:

Here is a post on devhint providing a cheat sheet to learn how to add those docs to your code.