Alert , Prompt and Confirm in JavaScript

By joyal_easycodelearner | 22 Apr 2026 | Topic: Learn

These are 3 browser specific functions to interact with the visitors


Alert : Shows a message.

Prompt : Shows a message asking the user to enter the input text.It return the text or if cancel button or Esc is clicked ,null.

Confirm : Shows a message and waits for the user to press OK or Cancel


← Back to Topic