Search
Define a function named checkArrayType that accepts one parameter. If the input is an array, return the string Input is an array. If the input is not an array, return the string Input is not an array.
checkArrayType
Input is an array
Input is not an array
For example: