Advertisement
DEKTEN

NODE_WEB_003

Sep 13th, 2021
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.     </head>
  5.     <body>
  6.         <script>
  7.        
  8.             for( var i = 0 ; i < 10 ; i++ ){
  9.  
  10.                console.log( "hello" , i );
  11.  
  12.            };
  13.        
  14.         </script>
  15.        
  16.        
  17.         <p> This is a paragraph </p>
  18.  
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement