HTML Css Js Interview Qa Tcs Ninja
HTML Css Js Interview Qa Tcs Ninja
2. Types of CSS?
Inline, Internal, and External.
4. What is hoisting?
JavaScript moves declarations to the top before code execution.
5. == vs ===?
== compares values; === compares values and types.
7. What is an event?
An action like click, hover, or keypress that JavaScript can handle.