Solución
solution.tsTypeScript
package main
func atLeastOneTrue(firstValue bool, secondValue bool) bool {
// Escribe tu solución aquí
return firstValue || secondValue
}0respuestas
package main
func atLeastOneTrue(firstValue bool, secondValue bool) bool {
// Escribe tu solución aquí
return firstValue || secondValue
}Aún no hay respuestas
¡Sé el primero en responder!
Recuerda ser amable. Estás comentando la solución de otra persona. Comparte tu perspectiva de forma constructiva y respetuosa.