DEV Community

Discussion on: Tips for Javascript

Collapse
 
terabytetiger profile image
Tyler V.

I think you have some good ideas in this article, but adding formatting to your code will help make it an easier read (triple backtick before and after block). Then it will display as:

function(var x){
    /** do stuff **/
}