We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c779159 commit 5d8254dCopy full SHA for 5d8254d
app.js
@@ -6,3 +6,4 @@ console.log('#page-banner has child nodes:', banner.hasChildNodes());
6
7
const clonedBanner = banner.cloneNode(true);
8
console.log(clonedBanner);
9
+// hi
0 commit comments