DEV Community

Discussion on: An Ode ❤ to TypeScript

Collapse
 
sevenzark profile image
Dave M

Nice rundown! There is one significant thing to add, which is that TypeScript adds a more-fully OO treatment of classes than the basic ES205 class and includes things like true private/public values and interfaces.

Collapse
 
puruvj profile image
PuruVJ

I'll have to read this up. I don't do OO.

Thanks for the heads up