I created an application using HTML and JavaScript. I have a couple of questions on how a program can show output and how it can validate input.
For showing output I have things like using the console.log statement, and using the alert. I was just wondering what is considered showing an output. would the hiding of different elements be an example of an output as when the user decides to click on certain features of the site others are hidden. also would the use of innerHTML be another example of an output?