0 / 60 seg.

What will be the output of the following code?

const elements = document.getElementsByTagName('p');
console.log(elements[0].innerText);