feat: add employee table with average salary calculation

This commit is contained in:
2026-05-25 12:36:28 -03:00
parent 19fbf05d87
commit 8000f59a2c
2 changed files with 45 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
</head>
<body>
<h1>Ejercicio 6</h1>
<div id="tableEmployees">
</div>
<script src="ejercicio6.js"></script>
</body>
</html>