front-end-interview-handbook
front-end-interview-handbook copied to clipboard
⚡️ Front End interview preparation materials for busy engineers
In HTML section there is a question: > Consider HTML5 as an open web platform. What are the building blocks of HTML5? And the answer is from MDN's HTML5 docs:...
## Description When we want to hide a `text` we set its position off screen but do we know what happens behind the scenes? ## Explanation When we set `text-indent:-9999px`,...
https://www.frontendinterviewhandbook.com/css-questions#what-existing-css-frameworks-have-you-used-locally-or-in-production-how-would-you-changeimprove-them First bullet point about Bootstrap may require a new answer since Bootstrap 5 has been released and does include a spinner button component https://getbootstrap.com/docs/5.0/components/spinners/
Hi everyone! I'm preparing to launch a Docusaurus v2 website for this Front End Interview Handbook that is similar to the [website for the Tech Interview Handbook](https://yangshun.github.io/tech-interview-handbook/). I'll be needing...
Since the HTML5 specification it is no longer recommended to include the optional `` tag. https://google.github.io/styleguide/htmlcssguide.html#Optional_Tags The body tag is also not always required. https://html.spec.whatwg.org/multipage/syntax.html#syntax-tag-omission Including both of these tags...
The [Job Application section](https://techinterviewhandbook.org/resume/) and its sub-sections present on the Tech Interview Handbook are generic and can benefit Front End candidates as well. If that seems reasonable, I can think...
In the answer of the question : Describe the difference between SessionStorage, LocalStorage and cookie , you've mentioned: > All the above-mentioned technologies are key-value storage mechanisms on the client...
When the interviewer asks me to describe the difference between *`Cookie`*,*`SessionStorage`* and *`LocalStorage`*, my answer will be a short form and consistent expression that identifies the most important keys. However,...
Hi! I would like to add translation CSS Questions and Answers to Russian.
It is reasonable to answer this question only regard non-replaced elements, since for replaced elements, display inline or inline-block are actually (almost?) the same. But without mentioned of replaced elements,...