Problemas
How is user input displayed after being collected in these examples? Using console. log() Using println() Using alert() Automatically displayed
Solución
Marcosélite · Tutor durante 8 años
Verificación de expertos
4.3 (258 votos)
Responder
In the examples provided, user input is displayed in the following ways:<br /><br />1. Using console.log(): The input is displayed in the browser's console.<br />2. Using println(): The input is displayed on the screen.<br />3. Using alert(): The input is displayed in a pop-up alert box.<br />4. Automatically displayed: The input is displayed without any additional action required from the user.
Haz clic para calificar: