document.body.sayTagName = function() {
alert(this.tagName);
};
document.body.sayTagName(); // BODY
(قيمة this في الدالة هي document.body)//
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.