Die richtige Syntax zur Verwendung von JavaScript -Datei

<script type="text/javascript">
a = 8 + "8";
document.write(a);
</script>
Nice Newt