Challenge: Array or Not?

This challenge will test your skills in implementing the "prototype.toString" function in JavaScript.

Problem statement #

You have to implement a function check that takes an object obj and checks whether it’s an array or not. ...