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.
var result = first + second;
first
second
combined