How do you log to the console?

Author: NatyveCoderCreated Apr 27, 2021Updated Jun 11, 2021
Labelsenhancement

Is your feature request related to a problem? Please describe. I have no idea how to debug my application

Describe the solution you'd like I expected console.log() to log to the terminal, but there is no output in the terminal

Describe alternatives you've considered I'm not sure what alternatives there are.

Additional context I'm trying to do a simple input-output app as a hello-world example. Type in text in a textbox up top, and the hashed output is output to the Text component. There is no output in my text component, and I have no way of debugging to see if my hash function is being called when the TextInput value is being changed.