## Summary Write a function that checks for the existence of a nested key within a JavaScript Object. ## Motivation This would help to optimize the isEqual function.
Summary
Write a function that checks for the existence of a nested key within a JavaScript Object.
Motivation
This would help to optimize the isEqual function.