Method Description alert() specifies a method that displays an alert box with a message an OK button. blur() specifies a method that removes the focus from the current window. clearInterval() specifies a method that clears the timer, which is set by using setInterval() method. close() specifies a method that closes the current window. confirm() specifies… Continue reading Window properties in JS