JSFiddle - React, Tailwind, and code Playground

by Mahesha999

JavaScript

function f1()
{
   return this;
}
document.write(f1());  //[object Window]