We can init function in such way
0[c="constructor"][c]`q=_=>1`()
q(); //1
As I take in it is the same as
Function`q=_=>1`()
But I never saw such syntax.
Why and how does it work?
We can init function in such way
0[c="constructor"][c]`q=_=>1`()
q(); //1
As I take in it is the same as
Function`q=_=>1`()
But I never saw such syntax.
Why and how does it work?