const newdata = {biddate: new Date(), productId: id, bidamount: bid, username: user.displayName, email: user.email};
};
i want to delete key from this object.
const newdata = {biddate: new Date(), productId: id, bidamount: bid, username: user.displayName, email: user.email};
};
i want to delete key from this object.