Better Code Practices

Types of Meta Tags

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

Use 2 spaces for indentation. function hello (name) {   console.log('hi', name) } Use single quotes for strings except to avoid [...]