Good morning,
currently i can’t make console.log() on ui.html file while on code.ts (code.js) console.log() works fine. I wanted to know why it doesn’t work and how to fix it
Did you insert console.log()
between the <script>
and </script>
tags?
1 Like
umm well I finally got it to work but yes console.log() was in the script. I just put the console.log() on top of my other functions and it works.
1 Like