Objective: Combine string variables using a filter.
Instructions:
Define the Variables:
Create a variable named
text_one
and assign it the valueHello
.Create a second variable named
text_two
and assign it the valueWorld
.
Concatenate the Strings:
Create a variable named
concatenated_text
and use a filter to combinetext_one
andtext_two
with a space as the separator.
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