Skip to content

Commit 1060545

Browse files
authored
changelog: add String.prototype.at and %TypedArray%.prototype.at
1 parent 0e22fa0 commit 1060545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/changelogs/CHANGELOG_V16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This is a security release.
5252

5353
The V8 engine is updated to version 9.2.230.21.
5454

55-
It notably introduces the new [`Array.prototype.at`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) method:
55+
It notably introduces the new [`Array.prototype.at`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) method (also on [Typed Arrays](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at) and [strings](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/at)):
5656

5757
```js
5858
const array = [1, 2, 3];

0 commit comments

Comments
 (0)