Question: Here is the doc I am confused with. When using pre-ES6 style constructors Why do we need to check this instanceof MyTransform? As far as I know, as long as we invoke new MyTransform(), evaluation of this instanceof MyTransfrom ...
Question: Here is the doc I am confused with. When using pre-ES6 style constructors Why do we need to check this instanceof MyTransform? As far as I know, as long as we invoke new MyTransform(), evaluation of this instanceof MyTransfrom ...