alert('Х*як!') confirm('Молилась ли ты на ночь, Дездемона?')
window.alert = function(){Window.prototype.alert.call(window, 'Фиг тебе, а не алерт!')} alert('Мой алертик')
alert = function(str){console.log(str)} alert('не работает');