Here's a simple hello world in javascript:
alert('Hello World!');
The alert function is a build-in global from window.
alert
window