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