MRMahabubur Rahmaninmicrorony.hashnode.devยทDec 6, 2020 ยท 2 min readDifference Between classList and classNameWe use classList and className on JavaScript DOM to manipulate classes from the element. These two DOM property has different use cases. Let's see what is the main difference between them. classList Using classList, you can add or remove a class wit...01J
MRMahabubur Rahmaninmicrorony.hashnode.devยทDec 5, 2020 ยท 2 min readShortcuts For Command-Line NinjasNowadays, I spend more time in the Terminal. I'm learning some useful shortcuts to get things done faster. Here are some of those shortcuts. Navigation Ctrl + a => Go to the beginning of a line.Ctrl + e => Go to the end of a line.Alt + b => Move back...01T