— All this works in runtime
— Class syntax is just sugar over this stuff
— This is how you did classes in ES5 btw
— I didn't quite understand how it mapped to the old paradigm
— Also important to know that EVERY function is new'able
— I get a "that is not a constructor" error
— Well, functions which aren't constructors :P