Question Bank
1085 approved questions from the community
What is DOM-based XSS?
What is an SSL Certificate?
What is the role of a Certificate Authority (CA)?
Which port does HTTPS typically use?
Which port does HTTP typically use?
What is a botnet?
What is the main difference between HTTP and HTTPS?
What is the file extension for TypeScript source files?
In TypeScript, the `any` type completely bypasses type checking and should be avoided when possible.
In TypeScript, `let` provides block-level scoping while `var` provides function-level or global scoping.
Abstract classes in TypeScript can be instantiated directly.
TypeScript code can run directly in web browsers without compilation.
Every valid JavaScript code is also valid TypeScript code.
Static members in TypeScript classes belong to the class itself rather than to instances of the class.
Which keyword in TypeScript is used to declare a variable with block-level scope that cannot be reassigned?
What symbol is used to denote an optional parameter in a TypeScript function?
What command is used to compile TypeScript files into JavaScript?
What keyword is used in TypeScript to inherit from a parent class?
What is the default access modifier for class members in TypeScript?
Which company developed and maintains TypeScript?