JavaScript esta função de seta interna

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