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