Typescript type declaration examples

Below are some examples of how to declare various types

String

const username: string = "example"