Sad state of programming in my office
We were trying to fix this problem for a project: "In JavaScript, how do we polyfill a fucntion that does not have the Function.prototype.call.
And then I saw my colleague do this Object.prototype.fn = something
And my colleagues are all supporting him saying "it works"
I said during the discussion, that Object.prototype is contaminated so this is not the right way.
The reply: Every object has its own Object.prototype so they don't affect the other.
What is the status of corsets these days?
First, this was supposed to do this for a Function, but he is accessing the Object instead, clearly he does not know what is to be done.
Secondly, all objects have a prototype link that points to the same Object.prototype object. I am seriously doubting he understands what the Object.prototype object is. Third, so many of my colleagues supporting him makes this whole situation even more sad.
What kind of graduates are our colleges making these days?

I really didn’t understand a thing about what you have written 😐