DEV Community

Discussion on: JavaScript Best Practices for Beginners

Collapse
 
miketalbot profile image
Mike Talbot ⭐

The article could do with the code being in Markdown code escapes:



   ```js
   
   code goes here

   ```


  • I hate semicolons - unless you are using something like Prettier - most people add too many. A fanatical debate of course, but I don't use them.

  • Perhaps an example of building a string using Array.join()?

Collapse
 
erraghavkhanna profile image
Raghav Khanna

Sure