typescript returns {} code example Example: typescript annotate return type Click to copyfunction add(x: number, y: number): number { return x + y; }