90 lines
4.4 KiB
Markdown
90 lines
4.4 KiB
Markdown
<div align="center">
|
||
<h1>Front End Interview Handbook</h1>
|
||
<p>By <a href="https://www.greatfrontend.com">GreatFrontEnd</a></p>
|
||
</div>
|
||
|
||
<div align="center">
|
||
<a href="https://dribbble.com/shots/4263961-Front-End-Interview-Scroll">
|
||
<img src="assets/scroll.svg" alt="Front End Interview Handbook" width="400"/>
|
||
</a>
|
||
<br />
|
||
<h3>
|
||
<a href="https://www.frontendinterviewhandbook.com">Read on the website</a>
|
||
</h3>
|
||
<p>
|
||
Join/follow us on <a href="https://discord.gg/NDFx8f6P6B" target="_blank">Discord</a> | <a href="https://twitter.com/greatfrontend" target="_blank">𝕏 (Twitter)</a> | <a href="https://facebook.com/greatfrontend" target="_blank">Facebook</a>
|
||
</p>
|
||
</div>
|
||
|
||
---
|
||
|
||
<a href="https://www.frontendinterviewhandbook.com/introduction/" target="_blank">
|
||
<img src="assets/start-reading-button.jpg" alt="Start Reading Front End Interview Handbook" />
|
||
</a>
|
||
|
||
## 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. This repository covers all you need to know for front end interviews:
|
||
|
||
- [Various formats of Front end interviews](https://www.frontendinterviewhandbook.com/introduction/) including formats by different companies
|
||
- [Front end system design interviews](https://www.frontendinterviewhandbook.com/front-end-system-design/)
|
||
- [Front end trivia questions](https://www.frontendinterviewhandbook.com/trivia/) - answers to the h5bp Front-end Developer Interview Questions
|
||
- [Front end questions](https://www.frontendinterviewhandbook.com/coding/javascript-utility-function/) - JavaScript, DOM, algorithms, and more
|
||
- [Front end interview questions by companies](https://www.frontendinterviewhandbook.com/company-interview-questions/)
|
||
|
||
---
|
||
|
||
<div align="center">
|
||
<h3>💡 Preparing for front end interviews? <a href="https://www.greatfrontend.com">GreatFrontEnd</a> is offering 25% off its lifetime plan of high quality practice questions and solutions written by ex-FAANG Engineers 💡</h3>
|
||
</div>
|
||
|
||
---
|
||
|
||
## Looking for Generic Interview Preparation?
|
||
|
||
You might be interested in the [Tech Interview Handbook](https://www.techinterviewhandbook.org) which has helpful content on general coding interviews such as algorithms, behavioral questions and an [interview cheatsheet](https://www.techinterviewhandbook.org/coding-interview-cheatsheet/)!
|
||
|
||
<div align="center">
|
||
<a href="https://www.techinterviewhandbook.org">
|
||
<img src="assets/coding.svg" alt="Web Technologies illustration" width="400"/>
|
||
</a>
|
||
<br/>
|
||
<p>
|
||
<em>Credits: Illustration by <a href="https://undraw.co/">unDraw</a></em>
|
||
</p>
|
||
<h3>
|
||
<a href="https://www.techinterviewhandbook.org/">Read on the website</a>
|
||
</h3>
|
||
</div>
|
||
|
||
## Translations
|
||
|
||
- [English](https://www.frontendinterviewhandbook.com)
|
||
- [Chinese (Simplified) (简体中文)](https://www.frontendinterviewhandbook.com/zh/javascript-questions/)
|
||
- [Japanese (日本語)](https://www.frontendinterviewhandbook.com/jp/javascript-questions/)
|
||
- [Korean (한국어)](https://www.frontendinterviewhandbook.com/kr/javascript-questions/)
|
||
- [Polish (Polski)](https://www.frontendinterviewhandbook.com/pl/javascript-questions/)
|
||
- [Portuguese (Português)](https://www.frontendinterviewhandbook.com/pr/javascript-questions/)
|
||
- [Russian (Русский)](https://www.frontendinterviewhandbook.com/ru/javascript-questions/)
|
||
- [Tagalog](https://www.frontendinterviewhandbook.com/tl/javascript-questions/)
|
||
|
||
## Related
|
||
|
||
If you are interested in how data structures are implemented, check out [Lago](https://github.com/yangshun/lago), a Data Structures and Algorithms library for JavaScript. It's meant for reference and studying purposes, not for production use.
|
||
|
||
## Contributing
|
||
|
||
### Contributing Guide
|
||
|
||
Read our [contributing guide](/CONTRIBUTING.md) 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!
|
||
|
||
<a href="https://www.buymeacoffee.com/yangshun" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
|
||
|
||
## License
|
||
|
||
All projects and packages in this repository are [MIT licensed](/LICENSE).
|