Finish writing the checkData function. It should accept a data structure and check whether it's an array or not.
Use console.log() to print the result.
Finish writing the checkData function. It should accept a data structure and check whether it's an array or not.
Use console.log() to print the result.
Sample Input 1:
arraySample Output 1:
falseCreate a free account to access the full topic