- What is CSS selector specificity and how does it work?
- What's the difference between a relative, fixed, absolute and statically positioned element?
- Can you explain the difference between px, em and rem as they relate to font sizing?
- What's the difference between a variable that is:
null
,undefined
? - What is the difference between
==
and===
? - What happens if you add
async
to a function declaration?
- Describe event bubbling.
- What is the state in a React component?
- What are props in a React component?
- What is the children prop in a React component?