Viva_QA_HTML_CSS_JS_React
Viva_QA_HTML_CSS_JS_React
HTML
CSS
Q: Difference: inline, internal, external CSS?
Q: What is specificity?
Q: Flexbox vs Grid?
Q: What is z-index?
JavaScript
Q: Data types in JavaScript?
Q: What is hoisting?
A: Variable/functions declarations move to top.
Q: What is closure?
Q: == vs ===?
Q: What is DOM?
Q: Synchronous vs Asynchronous?
React
Q: What is React?
Q: What is JSX?
Q: What is useEffect?