diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
