JSFiddle - React, Tailwind, and code Playground

by luka kupunia

JavaScript

var obj = {
	name : 'luka',
    age : 23
}
console.log(Object.entries(obj))