difficulty | OAs | projects | |||||
---|---|---|---|---|---|---|---|
|
|
|
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"
- Manipulación de strings