Solución
solution.tsTypeScript
const stringLength = (text: string): number => text.length;
export { stringLength };0respuestas
const stringLength = (text: string): number => text.length;
export { stringLength };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.