以下のコードの実行結果はどうなりますか? ```javascript const element = document.getElementById('example'); console.log(element.nodeType); ```