var
fun = Function(
"document.write('Hello World!<br />');"
);
var fun = Function("document.write('Hello World!');");
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"js/script.js"
></
</
body
fun();