es6 function return type as sring code example Example: typescript annotate return type function add(x: number, y: number): number { return x + y; }