JSFiddle - React, Tailwind, and code Playground

by Julian Garcia Castillo

JavaScript

let asd = {}
asd['name'] = "pepe"
asd['app'] = "barton"

delete asd['name']

console.log(asd)