Front-end interview questions
- closures
- context
Function.prototype.bind
polyfill- Classes in JavaScript (es5) / prototypal inheritance
Object.create
polyfillArray.prototype.*
methods- Event loop
- Promises, async functions
- DOM API / event handling / event delegation
use strict;
- hoisting
- Selectors specificity
- Rednering pipline
- ES6 features
- CSS Animations /
requestAnimationFrame
- Browser rendering pipeline
- modules (CommonJS vs ES6)
- V8 optimisations / optimisation killers
- memory leaks
- π closures
- π context
- π Function.prototype.bind
- π Object.create
- π₯ What the heck is Event Loop
- π Event Loop docs
- π Microtasks
- π ES6 features
- π How browser works
- π requestAnimationFrame
- π Memory leaks