this

    1. function a() {
    2. return () => {
    3. }
    4. }
    5. console.log(a()()())