I've got that extending of the Object.prototype is full of the pitfalls. Is there any when extending other standard Javascript prototypes: String.prototype, Array.prototype, Function.prototype?
Thanks in advance.
[Edit] Related: What are pitfalls of extending Object.prototype?