️ Front End interview preparation materials for busy engineers
Go to file
Simon Liu 58fefd3170 Fix zh-cn wording 2018-02-19 22:02:16 +08:00
assets Change logo colors 2018-01-13 12:06:27 -08:00
questions Fix some lines dislocation 2018-02-19 19:19:52 +08:00
topics Extract Front End to be standalone 2018-01-13 11:49:14 -08:00
translations Fix zh-cn wording 2018-02-19 22:02:16 +08:00
utilities Add debounce 2018-01-13 12:38:45 -08:00
.editorconfig Squash commit 2017-09-20 15:27:28 +08:00
.gitignore Add gitignore 2018-02-17 21:42:13 +08:00
.travis.yml Allow 429 in awesome bot 2017-09-26 17:42:56 +08:00
CODE_OF_CONDUCT.md Fix typo in CODE_OF_CONDUCT 2018-02-13 19:21:33 -08:00
CONTRIBUTING.md Update CODE_OF_CONDUCT and CONTRIBUTING 2018-02-13 19:19:42 -08:00
LICENSE Fix copyright header 2018-02-16 21:46:47 -08:00
README.md Split mono README into smaller individual files for each section (#25) 2018-02-16 21:59:14 -08:00

README.md

Front End Interview Handbook

What is this?

Unlike typical software engineer job interviews, front-end job interviews have less emphasis on algorithms and have more questions on intricate knowledge and expertise about the domainHTML, CSS, JavaScript, just to name a few areas.

While there are some existing resources to help front end developers in preparing for interviews, they aren't as abundant as materials for a software engineer interview. Among the existing resources, probably the most helpful question bank would be Front-end Developer Interview Questions. Unfortunately, I couldn't find many complete and satisfactory answers for these questions online, hence here is my attempt at answering them. Being an open source repository, the project can live on with the support of the community as the state of web evolves.

Looking for Generic Interview Preparation?

You might be interested in the Tech Interview Handbook which has helpful content on general coding interviews such as algorithms, behavioral questions and an interview cheatsheet!

Table of Contents

  1. HTML Questions
  2. CSS Questions
  3. JavaScript Questions

If you are interested in how data structures are implemented, check out Lago, a Data Structures and Algorithms library for JavaScript. It is pretty much still WIP but I intend to make it into a library that is able to be used in production and also a reference resource for revising Data Structures and Algorithms.

Contributing

Feel free to make pull requests to correct any mistakes in the answers or suggest new questions.