restructured

This commit is contained in:
Karan
2021-12-03 14:13:18 +05:30
committed by GitHub
parent d265b89e92
commit 510c975ac4
+1 -1
View File
@@ -16,7 +16,7 @@
console.log(eles); console.log(eles);
eles.forEach((el) => { eles.forEach((el) => {
console.log(el); console.log(el);
}) });
</script> </script>
</body> </body>
</html> </html>