Q261. What is modules in TypeScript?
Modules in TypeScript allow you to organize and encapsulate code into separate files. By using the `export` keyword, you can make specific code elements accessible to oth...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (1,236 available).
Modules in TypeScript allow you to organize and encapsulate code into separate files. By using the `export` keyword, you can make specific code elements accessible to oth...
The problem with service worker is that it gets terminated when not in use, and restarted when it's next needed, so you cannot rely on global state within a service worke...
If the behaviour of a component is dependent on the _state_ of the component then it can be termed as stateful component. These _stateful components_ are either function ...
**Aggregate functions** perform a computation on a set of values across multiple rows and return a single summarizing value: ### Core Standard Aggregate Functions: 1. **`...
The **`target`** attribute on ``, ``, or `` tags specifies where to display the linked document or form submission response: ### Permitted Keywords: - **`_self` (Default)...
IndexedDB is a low-level API for client-side storage of larger amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searche...
When the application is running in _development mode_, React will automatically check all props that we set on components to make sure they have _correct type_. If the ty...
To return the total count of rows in the `Customers` table, use **`COUNT(*)`**: ```sql SELECT COUNT(*) AS total_customers FROM Customers; ``` ### `COUNT(*)` vs `COUNT(col...
The "em" tag is a semantic tag which is used to apply emphasis to a word or phrase within a paragraph. Example: The sentence "I really enjoyed cycling" could be written u...
Web storage is an API that provides a mechanism by which browsers can store key/value pairs locally within the user's browser, in a much more intuitive fashion than using...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.