10 lines
241 B
HTML
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>
|