JSFiddle - React, Tailwind, and code Playground
JavaScript
function myObject ()
{
return this;
}
// kết quả khi gọi hàm là [object Window]
alert(myObject());
function myObject ()
{
return this;
}
// kết quả khi gọi hàm là [object Window]
alert(myObject());