×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Arvin iuunhao
Added: Jun 18, 2018 8:38 AM
Views: 3200
Tags: js
  1. const isArray = val => !!val && Array.isArray(val);