Function DeclarationA function declaration gets hoisted and is written in the following way:123function myFunction(): number { return 1337;}