Skip to content

DrDiman/front-end-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Front-end-interview

Front-end interview questions

Core JS

  • closures
  • context
  • Function.prototype.bind polyfill
  • Classes in JavaScript (es5) / prototypal inheritance
  • Object.create polyfill
  • Array.prototype.* methods
  • Event loop
  • Promises, async functions
  • DOM API / event handling / event delegation
  • use strict;
  • hoisting

HTML/CSS

  • Selectors specificity
  • Rednering pipline

Advanced

  • ES6 features
  • CSS Animations / requestAnimationFrame
  • Browser rendering pipeline
  • modules (CommonJS vs ES6)
  • V8 optimisations / optimisation killers
  • memory leaks

Resources

About

Front-end interview questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published