0 / 60 seg.

What will be the output of the following code?

const parent = document.getElementById('parentElement');
const childCount = parent.childElementCount;
console.log(childCount);