feat: implement isEven function with filter

This commit is contained in:
Facundo White
2026-05-04 19:50:06 -03:00
parent 8b7e397900
commit 2940e327c9
2 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
<h1>Ejercicios en javascript - clase 7</h1>
<p>Vincular el archivo ejercicios.js a este archivo. Luego, resolver ahí
los ejercicios.</p>
</body>
<script src="ejercicios.js"></script>
</html>