DEV Community

Discussion on: Easy functional programming techniques in TypeScript for everyone

Collapse
 
bobmyers profile image
Bob Myers

Virtually everywhere you say "TypeScript", you seem to mean "JavaScript". It is not TypeScript that treats functions as first-class objects, or lazily evaluates boolean expressions. It's JavaScript. TypeScript is merely JavaScript with type annotations.

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Yes, and thats why I keep saying typeScript/JavaScript and also I made it clear in the beginning that TS is just a superset of JS