Como verificar o elemento tem um atributo js


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