we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "js get 2d array row count"
Lilli
21 Jan 2017
1var air = [
2	['dragonfly', 'crane fly'],
3	['eagle', 'falcon'],
4	['jumbo jet','harrier'],
5	['mosquito', 'wasp']
6];
7
8alert(air.length); // 4