Selezione Debug visualizzare LOG





https://www.w3schools.com/js/tryit.asp?filename=tryjs_output_console

' Activate debugging with F12

' Select "Console" in the debugger menu. Then click Run again.


<!DOCTYPE html>
<html>
<body>

<h2>Activate debugging with F12</h2>

<p>Select "Console" in the debugger menu. Then click Run again.</p>

<script>
console.log(5 + 6);
</script>

</body>
</html>










( selezionedebugvisualizzarelog.html )- by Paolo Puglisi - Modifica del 17/12/2023