const f =()=>{ console.log(this) let a=5 console.log(this) console.log(this) this.ak =3}
f()
let a ={}
a['k'] =3