domoritz opened a new issue, #39131: URL: https://github.com/apache/arrow/issues/39131
### Describe the enhancement requested `at` (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) is a method to read values at an index. We currently implement `get` instead and should add `at`. Note that `at` returns values from the end if a negative index is passed in. ### Component(s) JavaScript -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
