NUKE Designs | Blog
Home
About Me
My Work
Build Tools
NUKE Designs Official Website
Contact
Standard JS
Best practices for standard JavaScript coding
July 14, 2020
Add Comment
Use 2 spaces for indentation. function hello (name) { console.log('hi', name) } Use single quotes for strings except to avoid
[...]