Advertisement
Viky__9

stampo a console "ciao mondo"

Jun 17th, 2021
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Document</title>
  7. </head>
  8. <body>
  9.     <script>
  10.         function stampaConsole(testo){
  11.             console.log(testo);
  12.         }
  13.         stampaConsole("CIAO MONDO");
  14.     </script>
  15.    
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement