Next examples

In the future, I will not describe how to connect JavaScript, but just write JavaScript code, meaning that you write it in script tags. Taking this note in account, our program will look like this:

alert('Hello, world!');

Practical tasks

Make a file with your first program. Output some text to the screen with it.

enru