Dharmen Shah's Blog

Dharmen Shah's Blog

Follow
homeAbout MeJoin HashnodeSupport Mebadgesnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

How to Change Look & Feel of Pseudo Elements using JavaScript and CSS Custom Properties

Feb 6, 20215 min read

Changing the UI of pseudo elements through JavaScript can become difficult sometimes. Let's see how we can make it easy with help from CSS Custom...

How to Change Look & Feel of Pseudo Elements using JavaScript and CSS Custom Properties

Comments' Usage and Best Practices in JavaScript

Sep 11, 202015 min read

💬 Comments In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. In this...

Comments' Usage and Best Practices in JavaScript