Closed matheus-rodrigues00 closed 1 year ago
The pick method should create a new object based on selected properties. Method signature:
function pick(source: object, keys: string[]): object { // Implement the pick logic here }
‼️ tests required.
Closed by PR: #30
The pick method should create a new object based on selected properties. Method signature:
‼️ tests required.