JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

function myObject ()

{

          return this;

}

 // kết quả khi gọi hàm là [object Window]

alert(myObject());