codesONLY / JavaScriptONLY

Knowledge Resource of core fundamentals of JavaScript explained in simple way!
378 stars 182 forks source link

Polyfills Added #85

Closed vaishnavme closed 2 years ago

vaishnavme commented 2 years ago

PR Includes polyfills code snippets for following

  1. Array.prototype.map()
  2. Array.prototype.filter()
  3. Array.prototype.reduce()
  4. Array.prototype.forEach()
sohamsshah commented 2 years ago

LGTM! Thanks