Which DOM operations return HTMLCollection, and which return NodeList

I only know the difference between HTMLCollection and NodeList, but I don"t know which DOM operations will return HTMLCollection, and which will return NodeList,. Please give me an answer if you want to know. Thank you ~

Mar.18,2022

childNodes and querySelectorAll , getElementsByName returns NodeList .

Menu