Categories

Web Development Questions

Download PDF (5 Sample Questions)
How do you optimize TypeScript compilation for large projects?
Web Development TypeScript Subjective
Posted: Oct 04, 2025 View Details
TypeScript supports method overloading with different implementations.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
Generics in TypeScript can have default types.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
TypeScript enums are compiled to objects in JavaScript.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
Mapped types can modify property modifiers like readonly and optional.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
TypeScript decorators are enabled by default.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
Union types can include both primitive and object types.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
TypeScript modules can export both types and values.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
Index signatures allow objects to have properties with unknown names.
Web Development TypeScript True_false
Posted: Oct 04, 2025 View Details
To constrain a generic type parameter, use the ____ keyword.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
The ____ utility type makes all properties required.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
Use ____ to create a type that excludes certain properties.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
The ____ operator creates intersection types.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
To enable decorators, set ____ to true in tsconfig.json.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
The ____ keyword is used to create type predicates.
Web Development TypeScript Fill_blanks
Posted: Oct 04, 2025 View Details
Showing 166 to 180 of 1119 results
Feedback