JSFiddle - React, Tailwind, and code Playground

by Diana Lemen

JavaScript

const test = {
  a:1,
  b:2,
  c:3,
  d:3,
  e:5
}


for ( let a in test ){
	console.log(a, );
}