9 lines
203 B
HTML
9 lines
203 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<script src="script.js"></script>
|
|
|
|
<body>
|
|
<p>To test your function, call calcWordFrequencies()
|
|
from the JavaScript console in the browser.</p>
|
|
</body>
|
|
</html> |