Closed matheus-rodrigues00 closed 1 year ago
The omit method should create a new object with the specified properties removed. Method signature:
function omit(source: object, keys: string[]): object { // Implement the omit logic here }
‼️ tests required.
The omit method should create a new object with the specified properties removed. Method signature:
‼️ tests required.