Solución
CM@moralesallendicj_bd65908d
·17/3/2026TypeScriptsolution.tsTypeScript
const atLeastOneTrue = (firstValue: boolean, secondValue: boolean): boolean => firstValue || secondValue;
// No modificar: necesario para evaluar el resultado.
export { atLeastOneTrue };0respuestas