alerts js code example

Example 1: js alert

alert("Hello! I am an alert box!!");

Example 2: javascript alert

alert("string");

Example 3: javascript alert

alert(varible);

Example 4: java script alerts

- Information : You can only accept.
            - Confirmation: You can accept or decline.
            - Prompt    : You can accept, decline, and/or sendKeys.

Example 5: js alerts

3 types of JS Alerts

            - Information : You can only accept.
            - Confirmation: You can accept or decline.
            - Prompt    : You can accept, decline, and/or sendKeys.

Tags:

Html Example