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
A problem I'm running into here is that dagon hash's keys are not strings methods aren't identical for identical strings. This is causing { foo: "bar" }.get-value-at("foo") to equal nil.
Replace/augment text methods with [] and []:
The text was updated successfully, but these errors were encountered:
Add text-based getters and setters
A problem I'm running into here is that dagon hash's keys are not strings methods aren't identical for identical strings. This is causing
{ foo: "bar" }.get-value-at("foo")
to equalnil
.Replace/augment text methods with
[]
and[]:
The text was updated successfully, but these errors were encountered: