| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,7 +99,7 @@ This is a security release. | |||
| 99 | 99 | ||
| 100 | 100 | The V8 engine is updated to version 9.2.230.21. | |
| 101 | 101 | ||
| 102 | - It notably introduces the new [`Array.prototype.at`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) method: | ||
| 102 | + 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)): | ||
| 103 | 103 | ||
| 104 | 104 | ```js | |
| 105 | 105 | const array = [1, 2, 3]; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments