How to check if Variable is an Array in JavaScript

Here's a Code Recipe to check whether a variable or value is either an array or not. You can use th...