javaScript Эта функция стрелки внутри

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