To get an attribute's value we have to use the getAttribute() method.
getAttribute()
Make sure to pick el followed by . and then getAttribute, (, ).
el
.
getAttribute
(
)