Write a JavaScript program to display "hello, world!" alert message.
<html> <head> <title>Display "Hello, World!" message</title> </head> <body> <script> alert("Hello, World!"); </script> </body> </html>
"Coding Hub - Learn to code" app now available on Google Play Store