function
funMake() {
document.writeln(
'Hello World!'
);
'Привет Мир!'
'To be or not to be?'
}
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"js/script.js"
></
</
body
funMake();