Question: Using the variables in the example below, type the code in the box below concatenates First Name, Middle Name, and Last Name. And assign it
Using the variables in the example below, type the code in the box below concatenates First Name, Middle Name, and Last Name. And assign it to the stroutput variable.
function mAndersonJMGetFullName
The program body goes here
var strFirstName;
var strLastName;
var strMiddleName;
Enter your answer here!
return stroutput;
mAndersonJMGetFullName ;
make sure there is one space between the variables and operators! variable variable variable;
Space
Space
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
