diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1abc9bff8..fc7de3f7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,11 @@ This is very restrictive for 2018, but fortunately, with Babel 7 and polyfills, We have polyfills for: - `Array#includes` - Note: won't be able to find `NaN`s +- `Array.isArray` - `String#startsWith` - `String#endsWith` - `String#includes` +- `String#trim` - `Object.assign` - `Object.create` - Note: second argument is unsupported