1. Deep Omit
Piggyback-ing off the recent Deep
questions like DeepEqual and DeepClone, this was very manageable, albeit I could work on supporting edge cases, but at least I got the basics down.
2. Classnames
This one seems heavily about understanding object
and null
types. Very much a re-cap on previous questions it feels.
3. List Format
I think I could have done with cleaner code.
4. Event Emitter
That's so sick. How did I even know how to use this
? But yeah. I could work on reading the question better
and identifying edge cases more clearly
.
5. Explain how this
works in JavaScript
This is great, I got 2 out of 7. I understand the pointing to object instance
part. But for the call
, apply
, etc I don't get it. I also don't get what it means to point at the global
object. 🚨
Top comments (0)