feat: add age check with conditional logging

This commit is contained in:
2026-04-28 15:06:23 -03:00
parent 0532b1ada8
commit 1afc9c8d13

View File

@@ -12,3 +12,5 @@ if (age >= 18) {
} else {
console.log(name + " es menor de edad");
}
// Segundo ejercicio: