JSFiddle - React, Tailwind, and code Playground

by Artem

JavaScript

// Q: how can we distinguish 
var arr = {
	0: 'a',
  1: 'b',
  2: 'c',
  length: 3,
}

var b = ['a', 'b', 'c']