Join Slack
Powered by
How to get the first value in array without using ...
# suitescript
n
Netsuite
01/06/2020, 5:55 PM
How to get the first value in array without using Index?
b
battk
01/06/2020, 5:58 PM
this is a weird question
battk
01/06/2020, 5:59 PM
you can try using
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift
but it modifies the array
Open in Slack
Previous
Next