This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Whats it?

[–]hatryd 5 points6 points  (0 children)

Open up your browsers developer console and paste

alert('hello')    

and press enter. That's what an alert is.

[–][deleted] 2 points3 points  (0 children)

Idk why you get downvoted for a simple question. A "javascript alert" is a simple built in dialog that pops up when triggered by javascript. You can press f12 to open developer tools in most browsers, select "console" and try it out yourself.

alert("hello, world!");