Think you know the answers? Play to find out.
This keyword declares a variable that cannot be reassigned after its initial value is set.
This primitive type represents textual data enclosed in quotes.
This symbol is used after a variable name to indicate it should have a specific type.
This type represents both whole numbers and decimal values in TypeScript.
This type can only hold the values 'true' or 'false'.
This file extension indicates a TypeScript source file.
This keyword is used to define a reusable block of code that can be called by name.
This type represents the absence of any value and is commonly used as a function's return type when it doesn't return anything.