CSS has a feature called !important. What it does is force a property to be used, regardless of other properties that are more specific. It can be very handy.
It comes to a surprise that JavaScript, the most popular language on the web, has the most unconventional method for creating a class. In most object oriented p…