I have a HTML code:
<a class="show_dropdown_make_call" href="/">380502543445</a>
<a class="show_dropdown_make_call" href="/">380502543890</a>
<a class="show_dropdown_make_call" href="/">380507893445</a>
<a class="show_dropdown_make_call" href="/">380563443445</a>
<a class="show_dropdown_make_call" href="/">380508763445</a>
How to make “Call” instead of phone numbers?
Tried it like this but nothing works.
document.getElementsByClassName('show_dropdown_make_call').innerHTML = 'To call';