JSFiddle - React, Tailwind, and code Playground

by Alexander

JavaScript

console.clear();

(function() {

    with({
        frames: void 0,
        parent: void 0,
        self:   void 0,
        top:    void 0,
        window: void 0
    }) {
 
        (function(){
            console.log(this);
        })();

    }
 
}());