JSFiddle - React, Tailwind, and code Playground
JavaScript
// http://daniel.steigerwald.cz (MIT Licensed)
// tohle nikdy nedělejte
Object.prototype.alert = function() {
alert(this);
};
(5).alert();
"Modifikace Object.prototype je zlo".alert();
// http://daniel.steigerwald.cz (MIT Licensed)
// tohle nikdy nedělejte
Object.prototype.alert = function() {
alert(this);
};
(5).alert();
"Modifikace Object.prototype je zlo".alert();