Exercise 10.2

This commit is contained in:
Karan
2021-11-24 22:57:02 +05:30
committed by GitHub
parent ab0591ca85
commit 040be96bdf
+1 -1
View File
@@ -8,6 +8,6 @@
<script> <script>
const myEle = document.getElementById("one"); const myEle = document.getElementById("one");
console.log(myEle); console.log(myEle);
</script> </script>
</body> </body>
</html> </html>