Skip to main content
Solved

I can't make console.log() on ui.html file

  • April 23, 2023
  • 2 replies
  • 629 views

simon_Piquemal

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

Best answer by simon_Piquemal

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.

This topic has been closed for replies.

2 replies

tank666
  • 4873 replies
  • April 24, 2023

Did you insert console.log() between the <script> and </script> tags?


simon_Piquemal
  • Author
  • 1 reply
  • Answer
  • April 24, 2023

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.