Javascript fungsi panah bagian dalam ini

const greet = () => {
    console.log(this);
}
greet(); // Window {...}
SAMER SAEID