For 🕶 Adrian Bogdan by Arnaud Buchholz April 16, 2021 JavaScript const f1 = () => { this.a = 'bar' } const f2 = () => { alert(this.a) } f1() f2()