R
Ry Nohryb
(function f () {}).name
--> "f"
(function f () {}).bind({}).name
--> ""
Why is this so ?
I can't find anything in the specs about the .name property, where is
it ?
Thanks in advance,
--> "f"
(function f () {}).bind({}).name
--> ""
Why is this so ?
I can't find anything in the specs about the .name property, where is
it ?
Thanks in advance,