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
If function A takes an argument and returns another function, the returned function will always generate the same hash regardless of which arguments were passed to A.
If function A takes an argument and returns another function, the returned function will always generate the same hash regardless of which arguments were passed to A.
Example (also available here https://runkit.com/embed/x2fle9t0ymt1):
This is because calling
toString
on the returned function will always give the same string back.I guess the most wanted behavior would be:
I am not sure if this is possible however...
The text was updated successfully, but these errors were encountered: