Skip to content

[JS] Implement at for array like types #39131

@domoritz

Description

@domoritz

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 and it can return undefined.

Component(s)

JavaScript

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions