At the moment, full stores the value "NikolaTesla". Clearly, the name is missing a space.

Modify the expression to add a space, " ", between first and last.

Hit the OPEN IN EDITOR button and try changing the order of the first and last variables, or try creating and combining your own.

Make sure you assemble " " + . The expression needs to read first + " " + last.