Simple Inheritance with JavaScript

Nice article. I have a question. How come this code works even when you remove all the calls to inheritsFrom?
I still get:

class C
I’m the grandchild
Sounds like this is working!