How do you make browser alert

I want to learn how to make one, can you send me an example?

Here!
alert("Your Text Here")

Thanks that really helped :slight_smile: :smiley:

for debugging purpose you may find more useful to log in console:
console.log(“my variable value is”+myVariable);

you can also link to sweet alert to get more clean looking window alerts!

Here’s a demo made by @Revon about adding a sweet alerts to your project

It’s a really helpful demo, I used it myself to add alerts before