Skip to content

JavaScript Alerts

William L edited this page Aug 31, 2019 · 1 revision

alert() in JavaScript

Browser compatibility:

Browser Compatibility
Chrome
Momento
Firefox
Opera
Edge
Safari

✅= Fully Compatible

☑️ = Partially Compatible

❌ = Not Compatible


To send an alert, use the following JavaScript code:

alert("Hello World!");

This code is pretty self-explanatory, just put the what you want the alert to say in the ()

Languages

Other

Clone this wiki locally