Some practice

This commit is contained in:
2025-11-11 13:16:58 -05:00
parent 243c1e5398
commit 3dd0e1fc22
7 changed files with 9293 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Week 8 JS Object Practice</title>
</head>
<body>
<h1>Week 8 JS Object Practice</h1>
<script src="index.js"></script>
</body>
</html>