Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 688 Bytes

File metadata and controls

34 lines (24 loc) · 688 Bytes
difficulty OAs projects
beginner
strings
arrays
cipher
card validation

Mutual Recursion

Return Something to Me! {:suspect: Warm-up}

https://edabit.com/challenge/MvZK536X7fyrWH8Qc

Comencemos! En este ejercicio deberás crear una función que retorne el string "something" unido con un espacio " " y el argumento dado a.

Ejemplos

giveMeSomething("is better than nothing")  "something is better than nothing"

giveMeSomething("Bob Jane")  "something Bob Jane"

giveMeSomething("something")  "something something"

Objetivos de aprendizaje (OAs)

  • Manipulación de strings