Skip to content

Commit 08ef0ae

Browse files
ljharbnodejs-github-bot
authored andcommitted
doc: add String.prototype.at and %TypedArray%.prototype.at
PR-URL: #39583 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Ash Cripps <[email protected]>
1 parent e99ba64 commit 08ef0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelogs/CHANGELOG_V16.md

+1-1
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)