summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1dae521..2e9adc0 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,8 @@
<script src="js/wordsearch.js"></script>
<script type="text/javascript">
var gameAreaEl = document.getElementById('ws-area');
- gameAreaEl.wordSeach();
+ var gameobj = gameAreaEl.wordSeach();
+ console.log(gameobj.words);
</script>
</body>
</html> \ No newline at end of file