> const person = { firstName: 'Pawel', lastName: 'Duda' }
> copy(person)
Then paste:
{
"firstName": "Pawel",
"lastName": "Duda"
}
> const person = { firstName: 'Pawel', lastName: 'Duda' }
> copy(person)
Then paste:
{
"firstName": "Pawel",
"lastName": "Duda"
}