JSFiddle - React, Tailwind, and code Playground

by Fiddel

JavaScript

var test = [

];
var test2 = {
"name": "nikolaus",
"vorname": "alfred",
"geboren": "1931"
}

for(i in test2) {
document.write(test2[i] + "<br>")
}