Available translations

Docs JS Code Style

foundations.png
docs-js-code-style.png
Use this style to correctly format javascript code.
One of the main difference of this style with the previous ones is that you might have many line breaks and they wont be considered as new paragraphs, instead they will all be treated as a single block.
Example:
 function hello(text){
console.log('hello ' + text)
}
Previous
Docs Summary Style
Next
Docs JSON Code Style