What will be the output of the following code?
const elements = document.getElementsByTagName('p');
console.log(elements[0].innerText);
What will be the output of the following code?
const elements = document.getElementsByTagName('p');
console.log(elements[0].innerText);