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.
JavaScript went from being a scripting language that was used to open a popup when you click on a button, to a language used to open a weird popup when you clic…