NUKE Designs | Blog
Home
About Me
My Work
Build Tools
NUKE Designs Official Website
Contact
Better Code Practices
Types of Meta Tags
July 22, 2020
Add Comment
As one of the important elements used in the head section of an HTML page, Meta-Tags could be more helpful for a website page in various ways. If you are not
[...]
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
[...]