Associate Web Developer QA
Associate Web Developer QA
JavaScript
Q: Difference between var, let, and const?
A: `var` is function-scoped. `let` and `const` are block-scoped. `const` cannot be reassigned.
Q: What is HTTP?
A: HyperText Transfer Protocol for web communication.
Q: What is a CDN?
A: Content Delivery Network for faster asset delivery.
Q: What is SEO?
A: Search Engine Optimization to improve search visibility.