function greeter(person: string) { return "Hello, " + person + "!"; } alert(greeter("world"));