Challenge: Array or Not?
This challenge will test your skills in implementing the "prototype.toString" function in JavaScript.
We'll cover the following...
Problem statement #
You have to implement a function check
that takes an object obj
and checks whether it’s an array or not. ...