Javascript is one of the most popular languages across the world.
It is being used in browsers, servers and even in embedded systems.
In this article, I have listed the features of Javascript that make it standout among other languages.
- High Level Programming Language
- Prototype Based Object Oriented
- Multi Paradigm
- Interpreted and Just-In-Time Compiled
- Dyanamically Typed
- Automatic Garbage Collection
- Single Threaded
- With First Class Functions
- Non-blocking Event Loop Concurrency Model
Please let me know in comments if you want a detailed article on each of the features!
Top comments (0)