Create a function with two arguments, firstNumber and secondNumber. Inside the function, check the type of the arguments. If they are numbers, multiply them and return the result. If either of them ...