<div class="title"></div> <div class="title"></div>
const elements = document.querySelectorAll(".title"); const length = elements.length;
2