What's wrong with this code?

We don't need to store el.setAttribute() in a variableel.setAttribute() is missing the valueIt should be setAttribute(), without el at the beginning

We don't need to store el.setAttribute() in a variable.