Join Slack
Powered by
Do be careful with that, though. If you're using o...
# suitescript
a
aaron_tekton
08/30/2017, 6:21 PM
Do be careful with that, though. If you're using objects, you might end up getting properties as a key (such as the object functions
Object.isFrozen
or
Object.entries
) instead of just the keys. You might want to use
Object.getOwnPropertyNames()
and loop through that instead.
Open in Slack
Previous
Next