Test what is faster `new Class` or `Object.create()`
This tests the speed of Class vs Function
ES6 Class, or Revealing Module Pattern Closure?