From fe8276fee5d2e325c06f18377562c433f8314a76 Mon Sep 17 00:00:00 2001 From: Hoya-kim <1203play@gmail.com> Date: Tue, 28 Mar 2023 22:06:53 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=9B=90=EB=AC=B8=20=EC=9D=B4=EC=99=B8?= =?UTF-8?q?=20=EB=B6=80=EB=B6=84,=20summary=EB=A1=9C=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/summary/Object.values-Object.entries.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/summary/Object.values-Object.entries.md diff --git a/src/summary/Object.values-Object.entries.md b/src/summary/Object.values-Object.entries.md new file mode 100644 index 0000000..dd3703b --- /dev/null +++ b/src/summary/Object.values-Object.entries.md @@ -0,0 +1,15 @@ +# 목차 + +1. **[폴리필](#폴리필)** + +--- + +## 폴리필 + +[폴리필 링크](https://github.com/tc39/proposal-object-values-entries/blob/main/polyfill.js) + +아래 네 개의 문법이 선행되어야 합니다. +- `Array.prototype.reduce` +- `Object.prototype.propertyIsEnumerable` +- `Array.prototype.concat` +- `Reflect.ownKeys` \ No newline at end of file