Answers for "js if array is 2d"

0

js if array is 2d

if (arr[0].constructor === Array) { /*...*/ }
Posted by: Guest on November-16-2019

Code answers related to "Javascript"

Browse Popular Code Answers by Language