Could anyone tell me if Object.keys would would in...
# suitescript
k
Could anyone tell me if Object.keys would would in NetSuite currently.
s
Can you be more specific ?
k
looking to use it in my Suitelet to iterate through an object.
s
Object.keys
is part of ES5.1 so I'd expect NS to have it
In general you can expect NS to be a faithful ES5.1 implementation