/js-doc

a basic tutorial on how to document your code

Primary LanguageJavaScript

JsDoc - tutorial

a basic tutorial on how to document your code

  • Documentig JS code is essential for mantaining readability and understanding your code.

  • The most common documentation style for JS is JsDoc, a markup language used for annotating JavaScript source code files.

Resources

JsDoc Website