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.
Since the last time I tackled this issue, there has been some improvements to newer versions of JavaScript. The Array object now has the isArray() method. To ch…