Annotate variables with basic types.
: string
: number
: boolean
function greet(name, age, isStudent) { // TODO }