Skip Navigation
20 comments
  •  javascript
        
    function showAlert() {
      console.log("123");
    }
    
      
     bash
        
    echo "testing"
    
      
20 comments