Say 'Hello, World' To The Web
Say 'Hello, World' To The Web - this is my first post on this site, in this we will displaying a really simple dialog box on browser using 'alert()' with JS.
alert() defination - The alert() method displays an alert box with a specified message and an OK button.
Example
alert() defination - The alert() method displays an alert box with a specified message and an OK button.
Example
alert("Hello, World");