JSFiddle - React, Tailwind, and code Playground

by dmitri_pavlutin

JavaScript

(function() {
   'use strict';
   const global = new Function('return this')();
   console.log(global === window); // => true
   console.log(this === window);   // => false
})();