Skip to content

Latest commit

 

History

History

return-something-warmup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
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