Console.log

where can I see the console.log? I have been search for it up and down:

Hi @TH1

In Chrome / Firefox

  1. You have to open “Inpsector” in your browser. ( click right button on page and click “Inpsect” option)
  2. Then move to “Console”

In console you will see your console.log output.

1 Like

This is exactly the answer I need, thanks @Piotr_Sikora

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.