Exercise 10.2

This commit is contained in:
Karan 2021-11-24 22:57:02 +05:30 committed by GitHub
parent ab0591ca85
commit 040be96bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,6 @@
<script>
const myEle = document.getElementById("one");
console.log(myEle);
</script>
</script>
</body>
</html>