️ Front End interview preparation materials for busy engineers
Go to file
Git-Good b5a8346c28 Edited for clarity and concision (#108)
To help readers understand better and improve readability.
2018-04-03 10:19:33 -07:00
.github Comment out template (#53) 2018-02-28 07:51:47 -08:00
.topics_WIP_PLEASE_IGNORE Better instructions for translators (#62) 2018-03-01 07:21:44 -08:00
Translations Remove row on domain associated for storage (#107) 2018-03-29 20:18:59 -07:00
assets Add Front End Handbook logo 2018-02-23 19:55:11 -08:00
questions Remove row on domain associated for storage (#107) 2018-03-29 20:18:59 -07: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 Edited for clarity and concision (#108) 2018-04-03 10:19:33 -07:00
LICENSE Fix copyright header 2018-02-16 21:46:47 -08:00
README.md Update README.md moving Japanese link out of In Progress (#91) 2018-03-10 22:00:53 -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 to 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

Translations

In Progress

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

Code of Conduct

We have adopted the same Code of Conduct as Facebook that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about how you can contribute, how to propose improvements or if you are interested in translating the content.

License

All projects and packages in this repository are MIT licensed.