You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
242 B

<!DOCTYPE html>
<html>
<head></head>
<body>
<script type="text/javascript">
var stuff = new Array();
var x = 9;
var tuna = 65 - 54;
stuff[0] = "baconator";
stuff[1] = "old pumpkins";
document.write(stuff[1]);
</script>
</body>
</html>