if(someEventHappened) return; // Will prevent subsequent code from being executed alert("This alert will never be shown.");