Cómo verificar el elemento tiene un atributo js


        
            
        
     let result = element.hasAttribute(name);
Clever Corncrake