×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Sandeep Kumar
Added: Mar 13, 2018 10:28 AM
Views: 2881
Tags: no tags
  1. var WUisArray = function (value) {
  2.     return value && typeof value === 'object' && value.constructor === Array;
  3. };