JSFiddle - React, Tailwind, and code Playground

by kyllle

JavaScript

console.clear();

var object = {
	1: {
  	'first': 'Jane',
    'surname': 'Doe'
  },
  2: {
  	'first': 'Joe',
    'surname': 'Bloggs'
  }
}

console.table(object);