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

View File

@ -1,7 +0,0 @@
<div >Hello World 1</div>
<div >Hello World 2</div>
<div >Hello World 3</div>
<script>
const myEles = document.getElementsByTagName("div");
console.log(myEles[1]);
</script>