Frontend_Interview_Questions
Frontend_Interview_Questions
HTML Questions
CSS Questions
JavaScript Questions
React.js Questions
Q: What are Core Web Vitals and how do you improve them?
A: LCP: Optimize images & lazy load.
FID: Minimize JS execution time.
CLS: Set image dimensions explicitly.