Hello.
there is html:
<div id="arr"> <div class="test">sdvsdvsdv</div> <div class="test">4349567294</div> </div> you need using addEventListener, getElementById and document.getElementsByClassName without using JQUERY when clicking on <div class="test"></div> to get the html value of the item you clicked.