2021-03-31 21:56:49 -04:00

10 lines
241 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<title>JavaScript Array Lab</title>
<script src="script.js"></script>
<body>
<p>To test your function, call divideArray()
from the JavaScript console in the browser.</p>
</body>
</html>