Quiz 1
1. A superset of JavaScript that adds static types.
2. The process of converting TypeScript code into JavaScript.
3. A basic data type representing true or false values.
4. A data type used for textual data.
5. The data type for integers and floating-point values.
6. A type that can hold any value, opting out of type checking.
7. A type representing the absence of a return value.
8. An ordered list of elements of the same type.
9. A fixed-size collection of elements with different types.
10. A set of named constants.
Previous Next