From 71ebbf844cf74e05317ad0803f4b827b706b6738 Mon Sep 17 00:00:00 2001 From: Ashley Claymore Date: Sat, 18 Mar 2023 12:47:07 +0000 Subject: [PATCH] mark as 'finished' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a42bf7e..d48b4d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> **Note** +> This proposal is ['finished'](https://github.com/tc39/proposals/blob/main/finished-proposals.md) and has been merged into the ECMAScript spec. [PR](https://github.com/tc39/ecma262/pull/2997) + # Change Array by copy Provides additional methods on `Array.prototype` and `TypedArray.prototype` to enable changes on the array by returning a new copy of it with the change.