typescript-sandbox Notes Type Annotations Code we add to tell TypeScript what type of value a variable will refer to. Type inference Typescript tries to figure out what type of value a variable refers to.