# Can name the WindowProxy for iframe, nest, and popup

Lesson 2 quiz: all five correct. The learner can pick `contentWindow`, `parent`, `top`, and `opener`, and knows that if you are not in an iframe, `parent` is this window. Next lesson can treat those handles as given and teach `event.source` as the handle you already hold when a message arrives.
