DEV Community

Discussion on: Take 'this' Quiz, Understand How 'this' Works in JavaScript

Collapse
 
hoffmann profile image
Peter Hoffmann

Just to be nitpicking the correct solution for challenge #4 is not "Undefined called, too!" but "undefined called, too!" (lowercase).
Besides, thanks for the refresh.
The hardest part for me was to remember that an object doesn't have to be new'd to create it's context.

Collapse
 
liaowow profile image
Annie Liao

Haha, good call. Thanks, Peter! That's a good reminder for me too, especially when working on more complex projects.