JSFiddle - React, Tailwind, and code Playground
by Viet27th
JavaScript
const Employee = {
firstname: 'John',
lastname: 'Doe'
};
delete Employee.firstnames;
console.log(Employee);
by Viet27th
const Employee = {
firstname: 'John',
lastname: 'Doe'
};
delete Employee.firstnames;
console.log(Employee);