This commit is contained in:
Karan 2021-11-25 19:55:51 +05:30 committed by GitHub
parent e647549a14
commit ee3469e135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
<body>
<div id="one">Hello World</div>
<script>
const myEle = document.getElementById("one");
console.log(myEle);
</script>
</body>