How do we combine two variables and then set the result to a third variable?

Looks good.

Make sure to assemble var result = first + second; to combine the variables first and second and set the result to the variable combined.