cyadav1010 / JavaScript-with-JC

Array.prototype and It's Polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript-with-JC

In "JavaScript-with-JC", We will be covering all advanced JavaScript concepts mentioned below :-

  • Polyfill ( map, reduce, forEach, filter, slice, find, flat, etc... ),
  • Closure,
  • Call, Apply, Bind ( Polyfill ),
  • Currying, Infinite currying,
  • Compose and Pipe ( Polyfill ),
  • Debouncing ( Polyfill ),
  • Throttling ( Polyfill ),
  • Callback, Callback hell,
  • Promise ( Polyfill promise.all, promise.any, promise.race, promise.allSettled ),
  • Promise chaining,
  • Async await,
  • Mutation Observer,
  • Generators,
  • Prototype, Prototype Inheritance,
  • Class object,
  • Composition vs Inheritance,
  • Flatten Object.
  • This keyword,
  • Hoisting,
  • Memoization,
  • Event Loop, CallStack, Callback Queue, Microtask Queue,
  • Higher order functions,
  • Event Bubbling, Capturing, delegation,
  • Set, Map, WeakSet, WeakMap and Many more...

About

Array.prototype and It's Polyfill


Languages

Language:JavaScript 100.0%