let hello = (greeting:string = ' world') : string => { console.log('hello' + greeting); }; hello();