What will be the output of the following code?
const parent = document.getElementById('parentElement');
const childCount = parent.childElementCount;
console.log(childCount);
What will be the output of the following code?
const parent = document.getElementById('parentElement');
const childCount = parent.childElementCount;
console.log(childCount);