(function() { return (() => this.x).bind({ x: 'inner' })(), (() => this.x)() }).call({ x: 'outer' });
wd1-js-scope-rules
theonlyritik_3b4a4a5eb9f6c783
(Ritik Sharma)
November 14, 2022, 9:32am
#1
I don’t understand this question and how it’s working. please explain.