You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exotic [bound function](https://tc39.github.io/ecma262/#sec-bound-function-exotic-objects)object returned by `f.bind(...)`remembers the context (and arguments if provided) only at creation time.
13
+
Det [eksotiske bundne](https://tc39.github.io/ecma262/#sec-bound-function-exotic-objects)objekt der returneres af `f.bind(...)`husker den kontekst (og eventuelle argumenter) den fik da den blev oprettet.
It's a bit less reliable though in more complex situations where `user`variable might change *after*`askPassword`is called, but *before* the visitor answers and calls`() => user.loginOk()`.
43
+
Det er lidt mindre pålideligt i mere komplekse situationer hvor `user`variablen kan ændre sig *efter*`askPassword`er kaldt, men *før* besøgende har svaret og kalder`() => user.loginOk()`.
0 commit comments