How do I do this in kotlin/js with obj of type `dy...
# javascript
s
How do I do this in kotlin/js with obj of type `dynamic`:
Copy code
obj[propName]
?
r
the same way
operations on
dynamic
are translated 1 to 1 to js
s
yeah obviously 🤦‍♂️