The Wayback Machine - https://web.archive.org/web/20190322172259/https://github.com/yangshun/front-end-interview-handbook
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

🕸 Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore
Branch: master
Clone or download
oahccc and yangshun [JS] Update "Explain Function.prototype.bind" part (#166)
Denoted "this" as code by using double tick mark
Latest commit b9c8412 Feb 19, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Comment out template (#53) Feb 28, 2018
.topics_WIP_PLEASE_IGNORE Better instructions for translators (#62) Mar 1, 2018
Translations [JS] Update javascript-questions.md (#170) Feb 19, 2019
assets Add Front End Handbook logo Feb 24, 2018
questions [JS] Update "Explain Function.prototype.bind" part (#166) Feb 19, 2019
utilities Add debounce Jan 13, 2018
.editorconfig Squash commit Sep 20, 2017
.gitignore
.travis.yml Allow 429 in awesome bot Sep 26, 2017
CODE_OF_CONDUCT.md Fix typo in CODE_OF_CONDUCT Feb 14, 2018
CONTRIBUTING.md Edited for clarity and concision (#108) Apr 3, 2018
LICENSE Fix copyright header Feb 17, 2018
README.md Update README.md Jan 27, 2019

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 domain — HTML, 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

Related

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.

Supporting

Many hours of hard work have gone into this project. Your support will be very appreciated!

Buy Me A Coffee

License

All projects and packages in this repository are MIT licensed.

You can’t perform that action at this time.