Skip to content

Instantly share code, notes, and snippets.

@unjust
Created February 15, 2022 13:09
Show Gist options
  • Save unjust/45b0bd67f661930f1dceb6b86680ad7f to your computer and use it in GitHub Desktop.
Save unjust/45b0bd67f661930f1dceb6b86680ad7f to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment