Liz Anaya Ramos
 · Developer Community Manager @ Xano

String Concatenation - Challenge #17

Objective: Combine string variables using a filter.

Instructions:

  1. Define the Variables:

    • Create a variable named text_one and assign it the value Hello.

    • Create a second variable named text_two and assign it the value World.

  2. Concatenate the Strings:

    • Create a variable named concatenated_text and use a filter to combine text_one and text_two with a space as the separator.

  3. Submit your result contained in the variable concatenated_text

Expected Result:

Submit the variable concatenated_text as your answer. See example below:


Install the snippet to get started: https://www.xano.com/snippet/XwN5GThx