classList.contains vs Custom Loop vs .matches() (version: 1)
Comparing performance of checking multiple classes using native chaining, a custom prototype function with a `for` loop, and the `matches()` selector method.
Comparing performance of: Chained Native `contains` vs Custom .classCheck() vs Native .matches()