Open VCortes opened 1 year ago
The following code results in a error (Typescript or Javascript):
const product = { name: 'iPhone', price: 699, }; const { name, ...newProduct} = product ;
The following code results in a error (Typescript or Javascript):