# FE Interview Questions
## General
- familiarity with git? github profile/repo
- what does cors stand for and what issue does it arddress?
-
## HTML
- Have you used different HTML templating languages before?
## CSS
- how do you center an element in a div horizontally and vertically
- What is CSS selector specificity and how does it work?
## JS
- difference between null and undefined
- How can you share code between files?
- What is a promise? Where and how would you use promise?
## Network
- What are HTTP methods? List all HTTP methods that you know, and explain them.
## Coding Questions
-> Maybe a little more complex but practical coding approach something with functional react components, useStates, useEffect and possible a memo for performance optimization
-> And posting to an API