Join Slack
Powered by
Was there any way to enumarate kotlinjs object pro...
# javascript
t
tlaukkan
08/05/2017, 5:52 PM
Was there any way to enumarate kotlinjs object properties hackish or not? 🙂
b
bashor
08/07/2017, 12:37 PM
Yes, you can use any js way for that: Object.keys, Object.getOwnPropertyNames
bashor
08/07/2017, 12:37 PM
You can find more info here
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
Open in Slack
Previous
Next