DEV Community

Discussion on: Is just typing the difference between Typescript and Javascript?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Agreed, and I'd further argue that every other difference listed in the article is just about typing. I would say OOP is about: inheritance, encapsulation, polymorphism etc all of which are totally a fundamental part of Javascript in 2022.

Collapse
 
luizcalaca profile image
Luiz Calaça

Mike, thanks! That was the motive of my initial disclaimer that we could have more than one paradigm but maybe we cannot use all the concepts. I'm gonna add these contributions to the article.