Question: 11. Object.keys Without using the native Object.keys() method of JavaScript, compose a function titled grabKeys that will take in an object and return all of

11. Object.keys Without using the native Object.keys()" method of JavaScript, compose a function titled "grabKeys that will take in an object and return all of the keys of the key:value pairs of that object. Modify the Object class, appending a static method to the Object class., appending a static method to the Object class. Leverage the for...in loop. 12. Object.values() Without using the native "Object.values()" method of JavaScript, compose a function titled "grabValues that will take in an object and return all of the values of the key:value pairs of that object. Modify the Object class, appending a static method to the Object class. Leverage the for...in loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
