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