First Commit

This commit is contained in:
2025-12-19 03:04:17 -05:00
commit a2ad584300
173 changed files with 12233 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>