<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
</
body
script
function funMake() {
var val = 'This is a local variable';
return val;
}
document.write(funMake());