JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

const Employee = {
  firstname: 'John',
  lastname: 'Doe'
};


delete Employee.firstnames;

console.log(Employee);