Let's craete our own function!
We're now completing our work in Submlime and the console.
This function has been added to the page:
var multiplication = function(x, y) {
var total = x * y;
return total;
}
multiplication(x, y);fullName.
firstName and lastName.name.name to the contenation of your two parameters - firstName and lastName.
name.fullName() function to print out your name.firstName and lastName parameters, edit your function to format your name with a space.