SKILL ZAM

      SKILL 
      ZAM
    

        L          TE
          A       A
            C    V
             R A
             DOU
             LOU
            REUSE
            QUE TU
            PORTES
          ET QUI T'
          ORNE O CI
           VILISÉ
          OTE-  TU VEUX
           LA    BIEN
          SI      RESPI
                  RER       - Apollinaire
      

const para = document.querySelector('p');

        para.onclick = function() {
          alert('Owww, stop poking me!');
        }

In the above JavaScript example, para represents a paragraph element.


$ ping google.com
       
            Pinging google.com [142.250.192.14] with 32 bytes of data:
            Reply from 142.250.192.14: bytes=32 time=29ms TTL=117
            Reply from 142.250.192.14: bytes=32 time=28ms TTL=117
            Reply from 142.250.192.14: bytes=32 time=29ms TTL=117
            Reply from 142.250.192.14: bytes=32 time=29ms TTL=117
            
            Ping statistics for 142.250.192.14:
                Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
            Approximate round trip times in milli-seconds:
                Minimum = 28ms, Maximum = 29ms, Average = 28ms