TC39
function equals(x: number, y: number): boolean {
return x === y;
}
Interesting proposal Proposal Types as Comments
Capitalize those types and this would look quite familiar…. cough ES4.
I have nothing against types so 👍 from me.
function equals(x: number, y: number): boolean {
return x === y;
}
Interesting proposal Proposal Types as Comments
Capitalize those types and this would look quite familiar…. cough ES4.
I have nothing against types so 👍 from me.