Join Slack
Powered by
Something like `js("it")`?
# javascript
d
Dico
03/15/2019, 5:48 PM
Something like
js("it")
?
a
altavir
03/15/2019, 5:52 PM
I am not sure, it will work. For example, my object is expected to be called by
obj.foo
. My object does not have property
foo
, it should be accessed as
obj["foo"]
. So I need some kind of wrapper.
3
Views
Open in Slack
Previous
Next