JS Coding Questions Logo
JS Coding Questions
#253💼 Interview

What are the differences between javascript and typescript

Advertisement

728x90

Below are the list of differences between javascript and typescript,

| feature | typescript | javascript |

| ------------------- | ------------------------------------- | ----------------------------------------------- |

| Language paradigm | Object oriented programming language | Multi-paradigm language |

| Typing support | Supports static typing | Dynamic typing |

| Modules | Supported | Not supported |

| Interface | It has interfaces concept | Doesn't support interfaces |

| Optional parameters | Functions support optional parameters | No support of optional parameters for functions |

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 82

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
253of476
What are the differences between javascript and typescript | JSCodingQuestions.com